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=177
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=178", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=176", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 177, "results": [ { "start": 1419845930, "stop": 1419847146 }, { "start": 1419847150, "stop": 1419847290 }, { "start": 1419847294, "stop": 1419847441 }, { "start": 1419847443, "stop": 1419847466 }, { "start": 1419847476, "stop": 1419847570 }, { "start": 1419847574, "stop": 1419847594 }, { "start": 1419847606, "stop": 1419847613 }, { "start": 1419853895, "stop": 1419854082 }, { "start": 1419854086, "stop": 1419854246 }, { "start": 1419854250, "stop": 1419854256 }, { "start": 1419854257, "stop": 1419854346 }, { "start": 1419854350, "stop": 1419854352 }, { "start": 1419854354, "stop": 1419854358 }, { "start": 1419854362, "stop": 1419854938 }, { "start": 1419854948, "stop": 1419854990 }, { "start": 1419854998, "stop": 1419855230 }, { "start": 1419855238, "stop": 1419855354 }, { "start": 1419855358, "stop": 1419855566 }, { "start": 1419855578, "stop": 1419856406 }, { "start": 1419856414, "stop": 1419857310 } ] }