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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=165
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=166", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=164", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 165, "results": [ { "start": 817260844, "stop": 817260882 }, { "start": 817260990, "stop": 817261093 }, { "start": 817261143, "stop": 817261231 }, { "start": 817261248, "stop": 817261257 }, { "start": 817261277, "stop": 817261305 }, { "start": 817261322, "stop": 817261332 }, { "start": 817261464, "stop": 817261496 }, { "start": 817261499, "stop": 817261505 }, { "start": 817261632, "stop": 817261709 }, { "start": 817261726, "stop": 817262346 }, { "start": 817262363, "stop": 817262506 }, { "start": 817262525, "stop": 817262603 }, { "start": 817262620, "stop": 817262687 }, { "start": 817262704, "stop": 817262864 }, { "start": 817262884, "stop": 817263179 }, { "start": 817263270, "stop": 817263272 }, { "start": 817263316, "stop": 817263416 }, { "start": 817263437, "stop": 817263464 }, { "start": 817263485, "stop": 817263621 }, { "start": 817263638, "stop": 817263654 } ] }