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=14661
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14662", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14660", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14661, "results": [ { "start": 971167385, "stop": 971167386 }, { "start": 971167389, "stop": 971167391 }, { "start": 971167394, "stop": 971167396 }, { "start": 971167401, "stop": 971167402 }, { "start": 971167403, "stop": 971167404 }, { "start": 971167408, "stop": 971167409 }, { "start": 971167410, "stop": 971167412 }, { "start": 971167414, "stop": 971167417 }, { "start": 971167419, "stop": 971167423 }, { "start": 971167424, "stop": 971167425 }, { "start": 971167431, "stop": 971167432 }, { "start": 971167434, "stop": 971167437 }, { "start": 971167440, "stop": 971167442 }, { "start": 971167449, "stop": 971167452 }, { "start": 971167461, "stop": 971167463 }, { "start": 971167474, "stop": 971167477 }, { "start": 971167478, "stop": 971167479 }, { "start": 971167483, "stop": 971167484 }, { "start": 971167489, "stop": 971167491 }, { "start": 971167492, "stop": 971167496 } ] }