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=847
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=848", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=846", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 847, "results": [ { "start": 864435049, "stop": 864436489 }, { "start": 864438250, "stop": 864440290 }, { "start": 864440467, "stop": 864440587 }, { "start": 864441375, "stop": 864441885 }, { "start": 864441915, "stop": 864446295 }, { "start": 864446450, "stop": 864455270 }, { "start": 864456358, "stop": 864464038 }, { "start": 864465008, "stop": 864469508 }, { "start": 864469763, "stop": 864470813 }, { "start": 864471849, "stop": 864472059 }, { "start": 864472089, "stop": 864472209 }, { "start": 864472362, "stop": 864474342 }, { "start": 864476688, "stop": 864476748 }, { "start": 864477116, "stop": 864477176 }, { "start": 864477328, "stop": 864481588 }, { "start": 864483625, "stop": 864484225 }, { "start": 864484375, "stop": 864484615 }, { "start": 864484785, "stop": 864484845 }, { "start": 864485080, "stop": 864485860 }, { "start": 864524615, "stop": 864526715 } ] }