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=35
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=36", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=34", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 35, "results": [ { "start": 817862534, "stop": 817862594 }, { "start": 817863085, "stop": 817863205 }, { "start": 817863553, "stop": 817863613 }, { "start": 817863776, "stop": 817864016 }, { "start": 817864884, "stop": 817865154 }, { "start": 817865554, "stop": 817865614 }, { "start": 817866198, "stop": 817866378 }, { "start": 817866525, "stop": 817866705 }, { "start": 817866877, "stop": 817867297 }, { "start": 817867584, "stop": 817867704 }, { "start": 817867876, "stop": 817867936 }, { "start": 817869148, "stop": 817869208 }, { "start": 817870255, "stop": 817870315 }, { "start": 817872392, "stop": 817872452 }, { "start": 817873309, "stop": 817873369 }, { "start": 817875477, "stop": 817875537 }, { "start": 817875702, "stop": 817875762 }, { "start": 817876076, "stop": 817876196 }, { "start": 817876524, "stop": 817876584 }, { "start": 817876764, "stop": 817876944 } ] }