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=771
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=772", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=770", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 771, "results": [ { "start": 860044354, "stop": 860046634 }, { "start": 860047969, "stop": 860049049 }, { "start": 860050106, "stop": 860055476 }, { "start": 860055506, "stop": 860056946 }, { "start": 860057148, "stop": 860058708 }, { "start": 860058738, "stop": 860058798 }, { "start": 860058858, "stop": 860060388 }, { "start": 860062916, "stop": 860064656 }, { "start": 860064828, "stop": 860065368 }, { "start": 860065817, "stop": 860066057 }, { "start": 860066087, "stop": 860070227 }, { "start": 860070257, "stop": 860070347 }, { "start": 860070377, "stop": 860071337 }, { "start": 860071651, "stop": 860077381 }, { "start": 860078663, "stop": 860087663 }, { "start": 860087693, "stop": 860091023 }, { "start": 860110835, "stop": 860111015 }, { "start": 860111158, "stop": 860113258 }, { "start": 860113422, "stop": 860115762 }, { "start": 860115792, "stop": 860117472 } ] }