@@ -92,18 +92,18 @@ curl -s https://api.spacexdata.com/v3/launches/latest | jq
92
92
"reference_system" : " geocentric" ,
93
93
"regime" : " low-earth" ,
94
94
"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 ,
101
101
"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
107
107
}
108
108
}
109
109
]
@@ -154,7 +154,31 @@ curl -s https://api.spacexdata.com/v3/launches/latest | jq
154
154
"upcoming" : false ,
155
155
"static_fire_date_utc" : " 2019-01-06T13:51:00.000Z" ,
156
156
"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
+ }
158
182
}
159
183
```
160
184
0 commit comments