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_STOCH_CAT2_H2L1/segments?format=api&page=825
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=826", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=824", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 825, "results": [ { "start": 863129839, "stop": 863140099 }, { "start": 863172986, "stop": 863174546 }, { "start": 863174696, "stop": 863175086 }, { "start": 863175281, "stop": 863175521 }, { "start": 863176833, "stop": 863181273 }, { "start": 863181725, "stop": 863181905 }, { "start": 863204037, "stop": 863205117 }, { "start": 863209272, "stop": 863210112 }, { "start": 863210266, "stop": 863210386 }, { "start": 863210540, "stop": 863210600 }, { "start": 863210750, "stop": 863210810 }, { "start": 863210960, "stop": 863211320 }, { "start": 863211742, "stop": 863211982 }, { "start": 863233106, "stop": 863233286 }, { "start": 863233469, "stop": 863238719 }, { "start": 863238779, "stop": 863238839 }, { "start": 863238989, "stop": 863240159 }, { "start": 863240189, "stop": 863240909 }, { "start": 863241059, "stop": 863241599 }, { "start": 863241839, "stop": 863241899 } ] }