Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1076
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1077", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1075", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1076, "results": [ { "start": 873750435, "stop": 873750555 }, { "start": 873750789, "stop": 873750849 }, { "start": 873751073, "stop": 873751193 }, { "start": 873751360, "stop": 873751540 }, { "start": 873751697, "stop": 873753737 }, { "start": 873754042, "stop": 873756202 }, { "start": 873756367, "stop": 873757717 }, { "start": 873757747, "stop": 873757807 }, { "start": 873757837, "stop": 873759307 }, { "start": 873760548, "stop": 873760668 }, { "start": 873760882, "stop": 873764362 }, { "start": 873764452, "stop": 873765562 }, { "start": 873765775, "stop": 873767215 }, { "start": 873767380, "stop": 873767560 }, { "start": 873767748, "stop": 873768168 }, { "start": 873768228, "stop": 873768768 }, { "start": 873768939, "stop": 873770799 }, { "start": 873771164, "stop": 873771284 }, { "start": 873771452, "stop": 873771512 }, { "start": 873771796, "stop": 873772276 } ] }