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_CAT4/segments?format=api&page=15730
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15731", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15729", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15730, "results": [ { "start": 971165851, "stop": 971165853 }, { "start": 971165857, "stop": 971165860 }, { "start": 971165873, "stop": 971165875 }, { "start": 971165878, "stop": 971165883 }, { "start": 971165886, "stop": 971165889 }, { "start": 971165898, "stop": 971165904 }, { "start": 971165911, "stop": 971165918 }, { "start": 971165920, "stop": 971165927 }, { "start": 971165929, "stop": 971165930 }, { "start": 971165931, "stop": 971165935 }, { "start": 971165939, "stop": 971165943 }, { "start": 971165944, "stop": 971165947 }, { "start": 971165948, "stop": 971165953 }, { "start": 971165954, "stop": 971165955 }, { "start": 971165964, "stop": 971165966 }, { "start": 971165967, "stop": 971165969 }, { "start": 971165971, "stop": 971165985 }, { "start": 971165990, "stop": 971165992 }, { "start": 971165994, "stop": 971165995 }, { "start": 971166006, "stop": 971166007 } ] }