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=878
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=879", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=877", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 878, "results": [ { "start": 866201402, "stop": 866201762 }, { "start": 866202284, "stop": 866202344 }, { "start": 866202600, "stop": 866202780 }, { "start": 866202955, "stop": 866203075 }, { "start": 866203227, "stop": 866204187 }, { "start": 866204406, "stop": 866204586 }, { "start": 866204731, "stop": 866205031 }, { "start": 866205201, "stop": 866205801 }, { "start": 866208386, "stop": 866208446 }, { "start": 866209050, "stop": 866209200 }, { "start": 866209660, "stop": 866209720 }, { "start": 866212020, "stop": 866212380 }, { "start": 866212536, "stop": 866212836 }, { "start": 866213138, "stop": 866213258 }, { "start": 866235412, "stop": 866235472 }, { "start": 866247392, "stop": 866247542 }, { "start": 866247692, "stop": 866247932 }, { "start": 866248052, "stop": 866248112 }, { "start": 866248172, "stop": 866248292 }, { "start": 866248442, "stop": 866248592 } ] }