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=14753
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14754", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14752", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14753, "results": [ { "start": 971180284, "stop": 971180288 }, { "start": 971180289, "stop": 971180293 }, { "start": 971180296, "stop": 971180299 }, { "start": 971180301, "stop": 971180302 }, { "start": 971180304, "stop": 971180306 }, { "start": 971180313, "stop": 971180319 }, { "start": 971180321, "stop": 971180323 }, { "start": 971180324, "stop": 971180325 }, { "start": 971180327, "stop": 971180329 }, { "start": 971180331, "stop": 971180335 }, { "start": 971180336, "stop": 971180340 }, { "start": 971180341, "stop": 971180343 }, { "start": 971180344, "stop": 971180345 }, { "start": 971180354, "stop": 971180359 }, { "start": 971180361, "stop": 971180364 }, { "start": 971180366, "stop": 971180371 }, { "start": 971180372, "stop": 971180378 }, { "start": 971180386, "stop": 971180392 }, { "start": 971180393, "stop": 971180397 }, { "start": 971180401, "stop": 971180408 } ] }