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=114
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=115", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=113", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 114, "results": [ { "start": 820984602, "stop": 820985262 }, { "start": 820985454, "stop": 820985574 }, { "start": 820985757, "stop": 820985937 }, { "start": 820986166, "stop": 820986346 }, { "start": 820987129, "stop": 820988809 }, { "start": 820990011, "stop": 820990971 }, { "start": 820992043, "stop": 820992223 }, { "start": 820992406, "stop": 820993246 }, { "start": 820993422, "stop": 820993902 }, { "start": 820994517, "stop": 820996797 }, { "start": 820996947, "stop": 820997877 }, { "start": 821018043, "stop": 821018403 }, { "start": 821019144, "stop": 821019264 }, { "start": 821019416, "stop": 821019716 }, { "start": 821022357, "stop": 821022477 }, { "start": 821024112, "stop": 821024292 }, { "start": 821038720, "stop": 821039020 }, { "start": 821046478, "stop": 821046538 }, { "start": 821047057, "stop": 821047207 }, { "start": 821047462, "stop": 821047642 } ] }