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=27
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=28", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=26", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 27, "results": [ { "start": 931598878, "stop": 931598891 }, { "start": 931598910, "stop": 931598925 }, { "start": 931598943, "stop": 931598978 }, { "start": 931598997, "stop": 931599001 }, { "start": 931599084, "stop": 931599092 }, { "start": 931599137, "stop": 931599164 }, { "start": 931599228, "stop": 931599232 }, { "start": 931599676, "stop": 931599684 }, { "start": 931600802, "stop": 931600805 }, { "start": 931600863, "stop": 931600875 }, { "start": 931601185, "stop": 931601189 }, { "start": 931601487, "stop": 931601493 }, { "start": 931601698, "stop": 931601699 }, { "start": 931602429, "stop": 931602430 }, { "start": 931602488, "stop": 931602491 }, { "start": 931602647, "stop": 931602651 }, { "start": 931603293, "stop": 931603294 }, { "start": 931603431, "stop": 931603433 }, { "start": 931603557, "stop": 931603559 }, { "start": 931603818, "stop": 931603822 } ] }