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=368
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=369", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=367", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 368, "results": [ { "start": 835616118, "stop": 835616778 }, { "start": 835616936, "stop": 835618316 }, { "start": 835618482, "stop": 835619742 }, { "start": 835620168, "stop": 835622088 }, { "start": 835622352, "stop": 835624362 }, { "start": 835624392, "stop": 835625982 }, { "start": 835626278, "stop": 835626398 }, { "start": 835626795, "stop": 835627995 }, { "start": 835628216, "stop": 835629836 }, { "start": 835631888, "stop": 835635008 }, { "start": 835635158, "stop": 835635548 }, { "start": 835635578, "stop": 835635968 }, { "start": 835636943, "stop": 835637363 }, { "start": 835637503, "stop": 835637863 }, { "start": 835638013, "stop": 835639243 }, { "start": 835639382, "stop": 835640642 }, { "start": 835640792, "stop": 835643612 }, { "start": 835644398, "stop": 835647938 }, { "start": 835648780, "stop": 835651840 }, { "start": 835652101, "stop": 835652161 } ] }