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=877
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=878", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=876", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 877, "results": [ { "start": 866179835, "stop": 866180615 }, { "start": 866180948, "stop": 866181128 }, { "start": 866181273, "stop": 866182593 }, { "start": 866182734, "stop": 866183454 }, { "start": 866192676, "stop": 866192856 }, { "start": 866193009, "stop": 866193129 }, { "start": 866193551, "stop": 866193611 }, { "start": 866193757, "stop": 866194057 }, { "start": 866194244, "stop": 866194724 }, { "start": 866194942, "stop": 866195062 }, { "start": 866195261, "stop": 866195441 }, { "start": 866195588, "stop": 866195648 }, { "start": 866195821, "stop": 866195941 }, { "start": 866196106, "stop": 866196346 }, { "start": 866196513, "stop": 866197053 }, { "start": 866197934, "stop": 866199014 }, { "start": 866199663, "stop": 866199723 }, { "start": 866200035, "stop": 866200395 }, { "start": 866200556, "stop": 866200736 }, { "start": 866201098, "stop": 866201218 } ] }