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=833
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=834", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=832", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 833, "results": [ { "start": 863614465, "stop": 863614555 }, { "start": 863614705, "stop": 863615545 }, { "start": 863615770, "stop": 863618110 }, { "start": 863618140, "stop": 863618290 }, { "start": 863618320, "stop": 863618500 }, { "start": 863618650, "stop": 863620510 }, { "start": 863620842, "stop": 863621022 }, { "start": 863621052, "stop": 863624712 }, { "start": 863624998, "stop": 863629738 }, { "start": 863631033, "stop": 863631333 }, { "start": 863631552, "stop": 863632152 }, { "start": 863633180, "stop": 863634560 }, { "start": 863634740, "stop": 863635400 }, { "start": 863636538, "stop": 863637258 }, { "start": 863639482, "stop": 863642842 }, { "start": 863652385, "stop": 863658625 }, { "start": 863658848, "stop": 863664908 }, { "start": 863669312, "stop": 863669672 }, { "start": 863673448, "stop": 863676118 }, { "start": 863676268, "stop": 863679148 } ] }