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=715
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=716", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=714", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 715, "results": [ { "start": 856560126, "stop": 856560786 }, { "start": 856563795, "stop": 856565235 }, { "start": 856565373, "stop": 856567953 }, { "start": 856568105, "stop": 856570985 }, { "start": 856571134, "stop": 856571434 }, { "start": 856574080, "stop": 856575640 }, { "start": 856575813, "stop": 856577253 }, { "start": 856577488, "stop": 856579828 }, { "start": 856579976, "stop": 856582406 }, { "start": 856582556, "stop": 856583426 }, { "start": 856584115, "stop": 856584595 }, { "start": 856584787, "stop": 856590817 }, { "start": 856590877, "stop": 856590967 }, { "start": 856591613, "stop": 856597493 }, { "start": 856600353, "stop": 856603743 }, { "start": 856603999, "stop": 856605919 }, { "start": 856606009, "stop": 856609279 }, { "start": 856609444, "stop": 856610044 }, { "start": 856610198, "stop": 856612478 }, { "start": 856612699, "stop": 856613329 } ] }