Skip to content

Commit 9ecf875

Browse files
committed
update readme with new timeline field
1 parent 6c66edd commit 9ecf875

File tree

1 file changed

+36
-12
lines changed

1 file changed

+36
-12
lines changed

README.md

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,18 @@ curl -s https://api.spacexdata.com/v3/launches/latest | jq
9292
"reference_system": "geocentric",
9393
"regime": "low-earth",
9494
"longitude": null,
95-
"semi_major_axis_km": 6997.303,
96-
"eccentricity": 0.0011185,
97-
"periapsis_km": 611.342,
98-
"apoapsis_km": 626.995,
99-
"inclination_deg": 86.6809,
100-
"period_min": 97.085,
95+
"semi_major_axis_km": 7155.799,
96+
"eccentricity": 0.0001578,
97+
"periapsis_km": 776.534,
98+
"apoapsis_km": 778.793,
99+
"inclination_deg": 86.3952,
100+
"period_min": 100.403,
101101
"lifespan_years": 15,
102-
"epoch": "2019-01-14T19:01:22.000Z",
103-
"mean_motion": 14.83223805,
104-
"raan": 46.2409,
105-
"arg_of_pericenter": 203.1527,
106-
"mean_anomaly": 156.9184
102+
"epoch": "2019-02-04T11:45:18.000Z",
103+
"mean_motion": 14.34219278,
104+
"raan": 37.5829,
105+
"arg_of_pericenter": 49.2066,
106+
"mean_anomaly": 310.9266
107107
}
108108
}
109109
]
@@ -154,7 +154,31 @@ curl -s https://api.spacexdata.com/v3/launches/latest | jq
154154
"upcoming": false,
155155
"static_fire_date_utc": "2019-01-06T13:51:00.000Z",
156156
"static_fire_date_unix": 1546782660,
157-
"timeline": null
157+
"timeline": {
158+
"webcast_liftoff": 960,
159+
"go_for_prop_loading": -2280,
160+
"rp1_loading": -2100,
161+
"stage1_lox_loading": -2100,
162+
"stage2_lox_loading": -960,
163+
"engine_chill": -420,
164+
"prelaunch_checks": -60,
165+
"propellant_pressurization": -60,
166+
"go_for_launch": -45,
167+
"ignition": -3,
168+
"liftoff": 0,
169+
"maxq": 61,
170+
"meco": 147,
171+
"stage_sep": 150,
172+
"second_stage_ignition": 158,
173+
"fairing_deploy": 193,
174+
"first_stage_boostback_burn": 193,
175+
"first_stage_entry_burn": 330,
176+
"first_stage_landing": 434,
177+
"seco-1": 526,
178+
"second_stage_restart": 3108,
179+
"seco-2": 3111,
180+
"payload_deploy": 3412
181+
}
158182
}
159183
```
160184

0 commit comments

Comments
 (0)