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=726
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=727", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=725", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 726, "results": [ { "start": 857265658, "stop": 857266798 }, { "start": 857266948, "stop": 857268718 }, { "start": 857269747, "stop": 857290027 }, { "start": 857291341, "stop": 857298181 }, { "start": 857298333, "stop": 857299173 }, { "start": 857299368, "stop": 857305488 }, { "start": 857305518, "stop": 857306628 }, { "start": 857306807, "stop": 857306987 }, { "start": 857309928, "stop": 857311668 }, { "start": 857313428, "stop": 857314268 }, { "start": 857314440, "stop": 857318820 }, { "start": 857319051, "stop": 857319591 }, { "start": 857321546, "stop": 857333786 }, { "start": 857333929, "stop": 857334829 }, { "start": 857336381, "stop": 857340161 }, { "start": 857341964, "stop": 857342024 }, { "start": 857343057, "stop": 857353677 }, { "start": 857353827, "stop": 857362557 }, { "start": 857363382, "stop": 857364462 }, { "start": 857364691, "stop": 857366011 } ] }