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=668
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=669", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=667", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 668, "results": [ { "start": 853255018, "stop": 853256158 }, { "start": 853256503, "stop": 853256563 }, { "start": 853256893, "stop": 853258303 }, { "start": 853258453, "stop": 853259263 }, { "start": 853260362, "stop": 853263902 }, { "start": 853266102, "stop": 853270902 }, { "start": 853272155, "stop": 853272395 }, { "start": 853272575, "stop": 853272815 }, { "start": 853273846, "stop": 853275346 }, { "start": 853275466, "stop": 853277986 }, { "start": 853278735, "stop": 853280175 }, { "start": 853280891, "stop": 853283411 }, { "start": 853283607, "stop": 853286427 }, { "start": 853286673, "stop": 853288173 }, { "start": 853288353, "stop": 853288893 }, { "start": 853289618, "stop": 853289738 }, { "start": 853289937, "stop": 853290837 }, { "start": 853292006, "stop": 853296896 }, { "start": 853297095, "stop": 853298775 }, { "start": 853298991, "stop": 853299771 } ] }