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=696
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=697", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=695", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 696, "results": [ { "start": 855780964, "stop": 855781144 }, { "start": 855781393, "stop": 855781633 }, { "start": 855781982, "stop": 855782492 }, { "start": 855782582, "stop": 855782702 }, { "start": 855784654, "stop": 855784714 }, { "start": 855785039, "stop": 855785339 }, { "start": 855785499, "stop": 855785859 }, { "start": 855786061, "stop": 855786271 }, { "start": 855786428, "stop": 855786668 }, { "start": 855786818, "stop": 855786878 }, { "start": 855787029, "stop": 855787209 }, { "start": 855787416, "stop": 855787476 }, { "start": 855787629, "stop": 855787749 }, { "start": 855787982, "stop": 855788222 }, { "start": 855788364, "stop": 855788484 }, { "start": 855788765, "stop": 855789245 }, { "start": 855789393, "stop": 855790893 }, { "start": 855791134, "stop": 855792904 }, { "start": 855794530, "stop": 855794650 }, { "start": 855794807, "stop": 855795707 } ] }