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=247
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=248", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=246", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 247, "results": [ { "start": 828054396, "stop": 828056016 }, { "start": 828056757, "stop": 828056877 }, { "start": 828057100, "stop": 828057160 }, { "start": 828057419, "stop": 828057839 }, { "start": 828058008, "stop": 828058248 }, { "start": 828058406, "stop": 828058586 }, { "start": 828059417, "stop": 828060137 }, { "start": 828060291, "stop": 828060411 }, { "start": 828060576, "stop": 828060816 }, { "start": 828063423, "stop": 828063483 }, { "start": 828064466, "stop": 828064586 }, { "start": 828064934, "stop": 828065114 }, { "start": 828065351, "stop": 828066011 }, { "start": 828066041, "stop": 828066311 }, { "start": 828066557, "stop": 828066677 }, { "start": 828068153, "stop": 828068513 }, { "start": 828068791, "stop": 828068971 }, { "start": 828069252, "stop": 828069972 }, { "start": 828070147, "stop": 828070267 }, { "start": 828070633, "stop": 828072253 } ] }