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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14646
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14647", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14645", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14646, "results": [ { "start": 971165763, "stop": 971165764 }, { "start": 971165766, "stop": 971165769 }, { "start": 971165772, "stop": 971165777 }, { "start": 971165781, "stop": 971165785 }, { "start": 971165786, "stop": 971165790 }, { "start": 971165792, "stop": 971165795 }, { "start": 971165797, "stop": 971165798 }, { "start": 971165801, "stop": 971165804 }, { "start": 971165812, "stop": 971165815 }, { "start": 971165818, "stop": 971165820 }, { "start": 971165822, "stop": 971165824 }, { "start": 971165828, "stop": 971165833 }, { "start": 971165834, "stop": 971165837 }, { "start": 971165838, "stop": 971165847 }, { "start": 971165848, "stop": 971165849 }, { "start": 971165851, "stop": 971165853 }, { "start": 971165857, "stop": 971165860 }, { "start": 971165873, "stop": 971165875 }, { "start": 971165878, "stop": 971165883 }, { "start": 971165886, "stop": 971165889 } ] }