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/H2_STOCH_CAT1/segments?format=api&page=173
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=174", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=172", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 173, "results": [ { "start": 842105153, "stop": 842108386 }, { "start": 842138863, "stop": 842189713 }, { "start": 842190487, "stop": 842200139 }, { "start": 842200742, "stop": 842202002 }, { "start": 842203175, "stop": 842205420 }, { "start": 842206761, "stop": 842219588 }, { "start": 842220866, "stop": 842236213 }, { "start": 842236917, "stop": 842275713 }, { "start": 842275716, "stop": 842294293 }, { "start": 842295066, "stop": 842295357 }, { "start": 842295916, "stop": 842303946 }, { "start": 842305118, "stop": 842309463 }, { "start": 842309464, "stop": 842309466 }, { "start": 842309467, "stop": 842309470 }, { "start": 842309471, "stop": 842309472 }, { "start": 842309475, "stop": 842309479 }, { "start": 842309483, "stop": 842325853 }, { "start": 842326705, "stop": 842337264 }, { "start": 842337267, "stop": 842340492 }, { "start": 842340495, "stop": 842384034 } ] }