Skip to content

Add endpoint for current starship test timeline #462

Open
@pvegh

Description

@pvegh

I was thinking about a new endpoint, kind of "timeline for the current hop test".
Data seems to be already available here in the Timeline section:
https://www.reddit.com/r/spacex/comments/ii7ymb/rspacex_starship_sn6_150_meter_hop_official/

e.g. /timelines/hops/latest
Response would be something like:
{
name: "SN6 150m hop"
timeline: [
event: {
date: xx
short_desc: "Vent"
},
event: {
date: xx
short_desc: "Siren"
},
event: {
date: xx
short_desc: "Scrub"
}
]
}

Not sure about keeping old hops as history, I'm personally only interested in the live event.
If the data is updated every 10m as it is with other data, I think it should be good enough.

What do you think? Would it be possible without too much effort?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions