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=14816
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14817", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14815", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14816, "results": [ { "start": 971257793, "stop": 971257805 }, { "start": 971257806, "stop": 971257820 }, { "start": 971257821, "stop": 971257825 }, { "start": 971257826, "stop": 971257837 }, { "start": 971257839, "stop": 971257848 }, { "start": 971257851, "stop": 971257863 }, { "start": 971257864, "stop": 971257868 }, { "start": 971257871, "stop": 971257873 }, { "start": 971257876, "stop": 971257880 }, { "start": 971257885, "stop": 971257888 }, { "start": 971257889, "stop": 971257892 }, { "start": 971257896, "stop": 971257903 }, { "start": 971257905, "stop": 971257908 }, { "start": 971257909, "stop": 971257920 }, { "start": 971257921, "stop": 971257923 }, { "start": 971257924, "stop": 971257925 }, { "start": 971257926, "stop": 971257929 }, { "start": 971257932, "stop": 971257934 }, { "start": 971257936, "stop": 971257939 }, { "start": 971257940, "stop": 971257945 } ] }