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=94
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=95", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=93", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 94, "results": [ { "start": 816910849, "stop": 816910865 }, { "start": 816910885, "stop": 816910891 }, { "start": 816910935, "stop": 816910980 }, { "start": 816911107, "stop": 816911117 }, { "start": 816911137, "stop": 816911168 }, { "start": 816911188, "stop": 816911247 }, { "start": 816911281, "stop": 816911283 }, { "start": 816911400, "stop": 816911410 }, { "start": 816911441, "stop": 816911503 }, { "start": 816911525, "stop": 816911527 }, { "start": 816911561, "stop": 816911598 }, { "start": 816911636, "stop": 816911655 }, { "start": 816911684, "stop": 816911717 }, { "start": 816911736, "stop": 816911773 }, { "start": 816911803, "stop": 816911833 }, { "start": 816911889, "stop": 816911904 }, { "start": 816911924, "stop": 816911977 }, { "start": 816912063, "stop": 816912117 }, { "start": 816912177, "stop": 816912212 }, { "start": 816912290, "stop": 816912321 } ] }