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_CAT2/segments?format=api&page=203
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=204", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=202", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 203, "results": [ { "start": 818210066, "stop": 818210069 }, { "start": 818210076, "stop": 818210081 }, { "start": 818210087, "stop": 818210088 }, { "start": 818210093, "stop": 818210097 }, { "start": 818210111, "stop": 818210116 }, { "start": 818210119, "stop": 818210120 }, { "start": 818210126, "stop": 818210127 }, { "start": 818210138, "stop": 818210142 }, { "start": 818210149, "stop": 818210150 }, { "start": 818210153, "stop": 818210156 }, { "start": 818210159, "stop": 818210160 }, { "start": 818210175, "stop": 818210182 }, { "start": 818210188, "stop": 818210192 }, { "start": 818210195, "stop": 818210196 }, { "start": 818210200, "stop": 818210201 }, { "start": 818210204, "stop": 818210208 }, { "start": 818210226, "stop": 818210227 }, { "start": 818210231, "stop": 818210233 }, { "start": 818210238, "stop": 818210247 }, { "start": 818210259, "stop": 818210260 } ] }