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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1148
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1149", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1147", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1148, "results": [ { "start": 950444487, "stop": 950445333 }, { "start": 950446868, "stop": 950448855 }, { "start": 950450729, "stop": 950451455 }, { "start": 950451457, "stop": 950451987 }, { "start": 950451989, "stop": 950453133 }, { "start": 950459552, "stop": 950460048 }, { "start": 950460050, "stop": 950460069 }, { "start": 950468702, "stop": 950468909 }, { "start": 950468911, "stop": 950470234 }, { "start": 950478876, "stop": 950478891 }, { "start": 950479744, "stop": 950481175 }, { "start": 950481177, "stop": 950481277 }, { "start": 950481279, "stop": 950481793 }, { "start": 950481795, "stop": 950481840 }, { "start": 950489993, "stop": 950491500 }, { "start": 950491502, "stop": 950491613 }, { "start": 950491615, "stop": 950491906 }, { "start": 950491907, "stop": 950492149 }, { "start": 950509392, "stop": 950509988 }, { "start": 950514819, "stop": 950517722 } ] }