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/V1_STOCH_CAT1/segments?format=api&page=184
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=185", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=183", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 184, "results": [ { "start": 1420293027, "stop": 1420294062 }, { "start": 1420294063, "stop": 1420294755 }, { "start": 1420294763, "stop": 1420295971 }, { "start": 1420296007, "stop": 1420297686 }, { "start": 1420315558, "stop": 1420320552 }, { "start": 1420320560, "stop": 1420323040 }, { "start": 1420329185, "stop": 1420329228 }, { "start": 1420329232, "stop": 1420329371 }, { "start": 1420329372, "stop": 1420329692 }, { "start": 1420329693, "stop": 1420329800 }, { "start": 1420329804, "stop": 1420330215 }, { "start": 1420330217, "stop": 1420330224 }, { "start": 1420330236, "stop": 1420330244 }, { "start": 1420330252, "stop": 1420330264 }, { "start": 1420330272, "stop": 1420330373 }, { "start": 1420330375, "stop": 1420330504 }, { "start": 1420330512, "stop": 1420330809 }, { "start": 1420330810, "stop": 1420330812 }, { "start": 1420330814, "stop": 1420330984 }, { "start": 1420330985, "stop": 1420331032 } ] }