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=8333
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8334", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8332", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8333, "results": [ { "start": 874455568, "stop": 874455578 }, { "start": 874455613, "stop": 874455708 }, { "start": 874455745, "stop": 874455872 }, { "start": 874455916, "stop": 874455918 }, { "start": 874455937, "stop": 874455942 }, { "start": 874455961, "stop": 874455978 }, { "start": 874456097, "stop": 874456125 }, { "start": 874456154, "stop": 874456164 }, { "start": 874456184, "stop": 874456418 }, { "start": 874456437, "stop": 874456451 }, { "start": 874456470, "stop": 874456474 }, { "start": 874456493, "stop": 874456618 }, { "start": 874456656, "stop": 874456947 }, { "start": 874456966, "stop": 874457163 }, { "start": 874457184, "stop": 874457580 }, { "start": 874457601, "stop": 874457706 }, { "start": 874457723, "stop": 874458570 }, { "start": 874458590, "stop": 874459025 }, { "start": 874459051, "stop": 874459245 }, { "start": 874459304, "stop": 874459392 } ] }