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=177
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=178", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=176", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 177, "results": [ { "start": 825572679, "stop": 825572739 }, { "start": 825572914, "stop": 825572974 }, { "start": 825573528, "stop": 825573648 }, { "start": 825574325, "stop": 825574445 }, { "start": 825576744, "stop": 825576894 }, { "start": 825577493, "stop": 825577553 }, { "start": 825577915, "stop": 825577975 }, { "start": 825578191, "stop": 825578311 }, { "start": 825597043, "stop": 825597103 }, { "start": 825598067, "stop": 825598127 }, { "start": 825598903, "stop": 825599023 }, { "start": 825599967, "stop": 825600087 }, { "start": 825600274, "stop": 825600334 }, { "start": 825600532, "stop": 825600712 }, { "start": 825601522, "stop": 825601582 }, { "start": 825601786, "stop": 825601846 }, { "start": 825602125, "stop": 825602245 }, { "start": 825602413, "stop": 825602503 }, { "start": 825612514, "stop": 825612574 }, { "start": 825623877, "stop": 825623937 } ] }