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=623
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=624", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=622", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 623, "results": [ { "start": 850657167, "stop": 850657227 }, { "start": 850658628, "stop": 850659558 }, { "start": 850659588, "stop": 850659738 }, { "start": 850659768, "stop": 850660548 }, { "start": 850662093, "stop": 850664943 }, { "start": 850664973, "stop": 850666413 }, { "start": 850667150, "stop": 850668500 }, { "start": 850668530, "stop": 850668980 }, { "start": 850673729, "stop": 850673939 }, { "start": 850673969, "stop": 850674209 }, { "start": 850675087, "stop": 850677307 }, { "start": 850679212, "stop": 850679272 }, { "start": 850680154, "stop": 850680484 }, { "start": 850680634, "stop": 850683514 }, { "start": 850683661, "stop": 850689661 }, { "start": 850689979, "stop": 850690219 }, { "start": 850690399, "stop": 850690999 }, { "start": 850691137, "stop": 850692157 }, { "start": 850693966, "stop": 850694356 }, { "start": 850696009, "stop": 850697089 } ] }