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=14727
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14728", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14726", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14727, "results": [ { "start": 971177231, "stop": 971177239 }, { "start": 971177241, "stop": 971177248 }, { "start": 971177251, "stop": 971177252 }, { "start": 971177253, "stop": 971177256 }, { "start": 971177258, "stop": 971177273 }, { "start": 971177276, "stop": 971177279 }, { "start": 971177281, "stop": 971177287 }, { "start": 971177289, "stop": 971177290 }, { "start": 971177291, "stop": 971177296 }, { "start": 971177298, "stop": 971177299 }, { "start": 971177301, "stop": 971177307 }, { "start": 971177309, "stop": 971177312 }, { "start": 971177313, "stop": 971177314 }, { "start": 971177317, "stop": 971177318 }, { "start": 971177323, "stop": 971177324 }, { "start": 971177326, "stop": 971177330 }, { "start": 971177332, "stop": 971177339 }, { "start": 971177343, "stop": 971177360 }, { "start": 971177362, "stop": 971177367 }, { "start": 971177368, "stop": 971177370 } ] }