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=267
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=268", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=266", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 267, "results": [ { "start": 818230932, "stop": 818230936 }, { "start": 818230939, "stop": 818230940 }, { "start": 818230959, "stop": 818230963 }, { "start": 818230975, "stop": 818230976 }, { "start": 818230979, "stop": 818230985 }, { "start": 818231000, "stop": 818231003 }, { "start": 818231014, "stop": 818231017 }, { "start": 818231034, "stop": 818231035 }, { "start": 818231048, "stop": 818231049 }, { "start": 818231067, "stop": 818231069 }, { "start": 818231090, "stop": 818231096 }, { "start": 818231099, "stop": 818231101 }, { "start": 818231106, "stop": 818231108 }, { "start": 818231124, "stop": 818231126 }, { "start": 818231136, "stop": 818231138 }, { "start": 818231142, "stop": 818231143 }, { "start": 818231171, "stop": 818231172 }, { "start": 818231222, "stop": 818231224 }, { "start": 818231227, "stop": 818231233 }, { "start": 818231262, "stop": 818231266 } ] }