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_CAT4/segments?format=api&page=8132
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8133", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8131", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8132, "results": [ { "start": 872983399, "stop": 872984826 }, { "start": 872984843, "stop": 872984850 }, { "start": 872984867, "stop": 872985920 }, { "start": 872985937, "stop": 872986275 }, { "start": 872986320, "stop": 872987180 }, { "start": 872987197, "stop": 872987220 }, { "start": 872988342, "stop": 872989619 }, { "start": 872989636, "stop": 872990108 }, { "start": 872990228, "stop": 872991783 }, { "start": 872991812, "stop": 872991886 }, { "start": 872992062, "stop": 872992183 }, { "start": 872992204, "stop": 872992236 }, { "start": 872993385, "stop": 872994400 }, { "start": 872994417, "stop": 872994537 }, { "start": 872994557, "stop": 872994614 }, { "start": 872994633, "stop": 872994736 }, { "start": 872994755, "stop": 872995056 }, { "start": 872995075, "stop": 872995143 }, { "start": 872995175, "stop": 872995284 }, { "start": 872995303, "stop": 872995377 } ] }