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_CAT4/segments?format=api&page=8353
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8354", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8352", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8353, "results": [ { "start": 874659930, "stop": 874659950 }, { "start": 874659972, "stop": 874659973 }, { "start": 874659992, "stop": 874660408 }, { "start": 874660425, "stop": 874660532 }, { "start": 874660555, "stop": 874660561 }, { "start": 874660587, "stop": 874660672 }, { "start": 874660689, "stop": 874660743 }, { "start": 874660781, "stop": 874660883 }, { "start": 874660902, "stop": 874660916 }, { "start": 874660935, "stop": 874661233 }, { "start": 874661252, "stop": 874661700 }, { "start": 874661820, "stop": 874662000 }, { "start": 874664220, "stop": 874664400 }, { "start": 874664460, "stop": 874664668 }, { "start": 874664685, "stop": 874665625 }, { "start": 874665646, "stop": 874665792 }, { "start": 874665813, "stop": 874667257 }, { "start": 874667274, "stop": 874667717 }, { "start": 874667736, "stop": 874668665 }, { "start": 874668685, "stop": 874669702 } ] }