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=154
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=155", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=153", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 154, "results": [ { "start": 823002958, "stop": 823004398 }, { "start": 823004709, "stop": 823005069 }, { "start": 823005227, "stop": 823005467 }, { "start": 823005698, "stop": 823006478 }, { "start": 823006633, "stop": 823006693 }, { "start": 823006852, "stop": 823007212 }, { "start": 823007353, "stop": 823007533 }, { "start": 823008065, "stop": 823008245 }, { "start": 823009346, "stop": 823009406 }, { "start": 823009680, "stop": 823011120 }, { "start": 823011282, "stop": 823011342 }, { "start": 823011625, "stop": 823011745 }, { "start": 823011895, "stop": 823012105 }, { "start": 823013636, "stop": 823014896 }, { "start": 823015216, "stop": 823015396 }, { "start": 823015547, "stop": 823015907 }, { "start": 823016064, "stop": 823016244 }, { "start": 823016449, "stop": 823016569 }, { "start": 823016727, "stop": 823016787 }, { "start": 823017364, "stop": 823017424 } ] }