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_CW_CAT1/segments?format=api&page=248
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=249", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=247", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 248, "results": [ { "start": 852061843, "stop": 852061858 }, { "start": 852061862, "stop": 852061936 }, { "start": 852061940, "stop": 852062131 }, { "start": 852062135, "stop": 852062224 }, { "start": 852062228, "stop": 852062267 }, { "start": 852062276, "stop": 852062282 }, { "start": 852062291, "stop": 852062301 }, { "start": 852062315, "stop": 852062915 }, { "start": 852062919, "stop": 852063372 }, { "start": 852063381, "stop": 852063397 }, { "start": 852063401, "stop": 852063406 }, { "start": 852063415, "stop": 852063421 }, { "start": 852063424, "stop": 852063475 }, { "start": 852063483, "stop": 852063499 }, { "start": 852063507, "stop": 852063512 }, { "start": 852063531, "stop": 852063536 }, { "start": 852063540, "stop": 852063561 }, { "start": 852063590, "stop": 852063595 }, { "start": 852063638, "stop": 852063658 }, { "start": 852063663, "stop": 852063668 } ] }