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=14668
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14669", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14667", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14668, "results": [ { "start": 971168080, "stop": 971168081 }, { "start": 971168084, "stop": 971168089 }, { "start": 971168090, "stop": 971168093 }, { "start": 971168099, "stop": 971168105 }, { "start": 971168108, "stop": 971168111 }, { "start": 971168116, "stop": 971168119 }, { "start": 971168121, "stop": 971168125 }, { "start": 971168128, "stop": 971168135 }, { "start": 971168137, "stop": 971168145 }, { "start": 971168149, "stop": 971168151 }, { "start": 971168153, "stop": 971168157 }, { "start": 971168158, "stop": 971168160 }, { "start": 971168162, "stop": 971168163 }, { "start": 971168166, "stop": 971168168 }, { "start": 971168174, "stop": 971168177 }, { "start": 971168178, "stop": 971168192 }, { "start": 971168193, "stop": 971168199 }, { "start": 971168210, "stop": 971168212 }, { "start": 971168222, "stop": 971168223 }, { "start": 971168224, "stop": 971168226 } ] }