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_STOCH_CAT2_H2L1/segments?format=api&page=697
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=698", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=696", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 697, "results": [ { "start": 855795870, "stop": 855796530 }, { "start": 855796717, "stop": 855798697 }, { "start": 855799005, "stop": 855799245 }, { "start": 855799426, "stop": 855801466 }, { "start": 855801625, "stop": 855802045 }, { "start": 855802135, "stop": 855802195 }, { "start": 855802582, "stop": 855802642 }, { "start": 855802947, "stop": 855803127 }, { "start": 855803598, "stop": 855803988 }, { "start": 855804048, "stop": 855804498 }, { "start": 855804651, "stop": 855804801 }, { "start": 855804951, "stop": 855805911 }, { "start": 855805941, "stop": 855806151 }, { "start": 855806702, "stop": 855806792 }, { "start": 855806822, "stop": 855807242 }, { "start": 855807405, "stop": 855807705 }, { "start": 855807994, "stop": 855808054 }, { "start": 855808203, "stop": 855808383 }, { "start": 855808413, "stop": 855808533 }, { "start": 855808981, "stop": 855809611 } ] }