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_CAT2/segments?format=api&page=247
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=248", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=246", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 247, "results": [ { "start": 818222347, "stop": 818222351 }, { "start": 818222384, "stop": 818222387 }, { "start": 818222393, "stop": 818222395 }, { "start": 818222431, "stop": 818222432 }, { "start": 818222454, "stop": 818222455 }, { "start": 818222510, "stop": 818222512 }, { "start": 818222557, "stop": 818222559 }, { "start": 818222562, "stop": 818222566 }, { "start": 818222577, "stop": 818222585 }, { "start": 818222595, "stop": 818222596 }, { "start": 818222615, "stop": 818222616 }, { "start": 818222623, "stop": 818222626 }, { "start": 818222634, "stop": 818222637 }, { "start": 818222652, "stop": 818222653 }, { "start": 818222660, "stop": 818222664 }, { "start": 818222667, "stop": 818222670 }, { "start": 818222673, "stop": 818222674 }, { "start": 818222677, "stop": 818222678 }, { "start": 818222681, "stop": 818222686 }, { "start": 818222694, "stop": 818222701 } ] }