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/H1_STOCH_CAT1/segments?format=api&page=49
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=50", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=48", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 49, "results": [ { "start": 821461916, "stop": 821467633 }, { "start": 821469601, "stop": 821477413 }, { "start": 821479678, "stop": 821480113 }, { "start": 821482538, "stop": 821483353 }, { "start": 821484249, "stop": 821484657 }, { "start": 821486277, "stop": 821486567 }, { "start": 821489091, "stop": 821489353 }, { "start": 821489381, "stop": 821489382 }, { "start": 821490217, "stop": 821496253 }, { "start": 821497024, "stop": 821514234 }, { "start": 821516932, "stop": 821517553 }, { "start": 821517554, "stop": 821517555 }, { "start": 821517647, "stop": 821520373 }, { "start": 821521226, "stop": 821522814 }, { "start": 821524082, "stop": 821528653 }, { "start": 821528919, "stop": 821536032 }, { "start": 821538177, "stop": 821538613 }, { "start": 821538623, "stop": 821538624 }, { "start": 821539236, "stop": 821543831 }, { "start": 821545948, "stop": 821548679 } ] }