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_CBCHIGH_CAT2/segments?format=api&page=3920
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3921", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3919", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3920, "results": [ { "start": 874149963, "stop": 874150193 }, { "start": 874150196, "stop": 874150452 }, { "start": 874150455, "stop": 874150853 }, { "start": 874150856, "stop": 874151052 }, { "start": 874151055, "stop": 874151056 }, { "start": 874151059, "stop": 874151101 }, { "start": 874151104, "stop": 874151633 }, { "start": 874151636, "stop": 874151656 }, { "start": 874151659, "stop": 874151840 }, { "start": 874151843, "stop": 874151845 }, { "start": 874151848, "stop": 874151871 }, { "start": 874151874, "stop": 874151893 }, { "start": 874151896, "stop": 874152383 }, { "start": 874152393, "stop": 874152414 }, { "start": 874152418, "stop": 874152521 }, { "start": 874152525, "stop": 874152528 }, { "start": 874152533, "stop": 874152541 }, { "start": 874152544, "stop": 874152546 }, { "start": 874152549, "stop": 874152664 }, { "start": 874152667, "stop": 874152692 } ] }