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=14684
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14685", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14683", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14684, "results": [ { "start": 971169810, "stop": 971169813 }, { "start": 971169823, "stop": 971169824 }, { "start": 971169834, "stop": 971169836 }, { "start": 971169837, "stop": 971169839 }, { "start": 971169842, "stop": 971169843 }, { "start": 971169844, "stop": 971169850 }, { "start": 971169851, "stop": 971169854 }, { "start": 971169855, "stop": 971169859 }, { "start": 971169860, "stop": 971169864 }, { "start": 971169868, "stop": 971169870 }, { "start": 971169871, "stop": 971169872 }, { "start": 971169873, "stop": 971169874 }, { "start": 971169879, "stop": 971169880 }, { "start": 971169882, "stop": 971169885 }, { "start": 971169887, "stop": 971169888 }, { "start": 971169890, "stop": 971169891 }, { "start": 971169894, "stop": 971169896 }, { "start": 971169898, "stop": 971169899 }, { "start": 971169902, "stop": 971169904 }, { "start": 971169906, "stop": 971169907 } ] }