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=208
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=209", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=207", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 208, "results": [ { "start": 1420838068, "stop": 1420838072 }, { "start": 1420838089, "stop": 1420839179 }, { "start": 1420839180, "stop": 1420839220 }, { "start": 1420839222, "stop": 1420839488 }, { "start": 1420839492, "stop": 1420839494 }, { "start": 1420839503, "stop": 1420839521 }, { "start": 1420839523, "stop": 1420839688 }, { "start": 1420839692, "stop": 1420839697 }, { "start": 1420839698, "stop": 1420839821 }, { "start": 1420843420, "stop": 1420843954 }, { "start": 1420843962, "stop": 1420844293 }, { "start": 1420844294, "stop": 1420844341 }, { "start": 1420844342, "stop": 1420844688 }, { "start": 1420848323, "stop": 1420848696 }, { "start": 1420848701, "stop": 1420848735 }, { "start": 1420848737, "stop": 1420848920 }, { "start": 1420848924, "stop": 1420848949 }, { "start": 1420848951, "stop": 1420852153 }, { "start": 1420852155, "stop": 1420854060 }, { "start": 1420854065, "stop": 1420854816 } ] }