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=172
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=173", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=171", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 172, "results": [ { "start": 825472977, "stop": 825473217 }, { "start": 825473374, "stop": 825473674 }, { "start": 825473764, "stop": 825473974 }, { "start": 825474345, "stop": 825474465 }, { "start": 825474969, "stop": 825475029 }, { "start": 825475290, "stop": 825475350 }, { "start": 825475678, "stop": 825475738 }, { "start": 825475914, "stop": 825475974 }, { "start": 825476412, "stop": 825476472 }, { "start": 825476790, "stop": 825477270 }, { "start": 825477434, "stop": 825478094 }, { "start": 825478480, "stop": 825478900 }, { "start": 825481082, "stop": 825481262 }, { "start": 825486434, "stop": 825486854 }, { "start": 825487020, "stop": 825487380 }, { "start": 825487567, "stop": 825488947 }, { "start": 825489290, "stop": 825489590 }, { "start": 825489749, "stop": 825490289 }, { "start": 825490453, "stop": 825491113 }, { "start": 825491314, "stop": 825491374 } ] }