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_CBCHIGH_CAT3/segments?format=api&page=8819
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8820", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8818", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8819, "results": [ { "start": 872592365, "stop": 872592551 }, { "start": 872592570, "stop": 872592990 }, { "start": 872593009, "stop": 872593096 }, { "start": 872593150, "stop": 872593161 }, { "start": 872593188, "stop": 872593214 }, { "start": 872593251, "stop": 872593373 }, { "start": 872593392, "stop": 872593428 }, { "start": 872593459, "stop": 872593531 }, { "start": 872593550, "stop": 872593558 }, { "start": 872593577, "stop": 872593579 }, { "start": 872593598, "stop": 872593697 }, { "start": 872593720, "stop": 872593771 }, { "start": 872593790, "stop": 872593905 }, { "start": 872593954, "stop": 872594030 }, { "start": 872594049, "stop": 872594079 }, { "start": 872594097, "stop": 872594265 }, { "start": 872594282, "stop": 872594414 }, { "start": 872594431, "stop": 872594542 }, { "start": 872594616, "stop": 872595026 }, { "start": 872595116, "stop": 872595160 } ] }