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=14755
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14756", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14754", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14755, "results": [ { "start": 971180508, "stop": 971180509 }, { "start": 971180512, "stop": 971180513 }, { "start": 971180517, "stop": 971180518 }, { "start": 971180521, "stop": 971180523 }, { "start": 971180524, "stop": 971180525 }, { "start": 971180529, "stop": 971180530 }, { "start": 971180531, "stop": 971180535 }, { "start": 971180536, "stop": 971180540 }, { "start": 971180541, "stop": 971180543 }, { "start": 971180554, "stop": 971180558 }, { "start": 971180561, "stop": 971180564 }, { "start": 971180566, "stop": 971180567 }, { "start": 971180568, "stop": 971180569 }, { "start": 971180572, "stop": 971180580 }, { "start": 971180582, "stop": 971180583 }, { "start": 971180584, "stop": 971180587 }, { "start": 971180590, "stop": 971180592 }, { "start": 971180593, "stop": 971180597 }, { "start": 971180600, "stop": 971180602 }, { "start": 971180605, "stop": 971180606 } ] }