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=145
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=146", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=144", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 145, "results": [ { "start": 822393493, "stop": 822393553 }, { "start": 822393726, "stop": 822393786 }, { "start": 822393937, "stop": 822394237 }, { "start": 822394417, "stop": 822396217 }, { "start": 822396373, "stop": 822396433 }, { "start": 822396591, "stop": 822397071 }, { "start": 822397224, "stop": 822397344 }, { "start": 822397812, "stop": 822397992 }, { "start": 822398210, "stop": 822398870 }, { "start": 822399042, "stop": 822399402 }, { "start": 822399537, "stop": 822399657 }, { "start": 822399962, "stop": 822400022 }, { "start": 822400363, "stop": 822400423 }, { "start": 822400598, "stop": 822400988 }, { "start": 822401382, "stop": 822401622 }, { "start": 822401929, "stop": 822401989 }, { "start": 822403187, "stop": 822403307 }, { "start": 822404824, "stop": 822405004 }, { "start": 822405369, "stop": 822405429 }, { "start": 822559398, "stop": 822559578 } ] }