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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=27
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=28", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=26", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 27, "results": [ { "start": 1411880797, "stop": 1411882045 }, { "start": 1411885475, "stop": 1411900077 }, { "start": 1411905963, "stop": 1411911947 }, { "start": 1411918770, "stop": 1411920189 }, { "start": 1411923844, "stop": 1411928682 }, { "start": 1411928788, "stop": 1411931260 }, { "start": 1411934921, "stop": 1411941329 }, { "start": 1411945034, "stop": 1411953836 }, { "start": 1411961123, "stop": 1411979501 }, { "start": 1411986392, "stop": 1412000301 }, { "start": 1412027387, "stop": 1412029185 }, { "start": 1412034247, "stop": 1412048861 }, { "start": 1412048873, "stop": 1412048878 }, { "start": 1412048918, "stop": 1412064044 }, { "start": 1412069604, "stop": 1412077186 }, { "start": 1412081053, "stop": 1412084417 }, { "start": 1412088365, "stop": 1412092623 }, { "start": 1412099492, "stop": 1412101883 }, { "start": 1412119681, "stop": 1412131859 }, { "start": 1412135981, "stop": 1412141001 } ] }