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=131
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=132", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=130", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 131, "results": [ { "start": 816987929, "stop": 816987998 }, { "start": 816988034, "stop": 816988225 }, { "start": 816988254, "stop": 816988274 }, { "start": 816988304, "stop": 816988326 }, { "start": 816988345, "stop": 816988432 }, { "start": 816988455, "stop": 816988683 }, { "start": 816988702, "stop": 816988761 }, { "start": 816988785, "stop": 816988832 }, { "start": 816988851, "stop": 816988989 }, { "start": 816989019, "stop": 816989057 }, { "start": 816989076, "stop": 816989112 }, { "start": 816989134, "stop": 816989380 }, { "start": 816989400, "stop": 816989512 }, { "start": 816989531, "stop": 816989677 }, { "start": 816989703, "stop": 816989704 }, { "start": 816989707, "stop": 816989757 }, { "start": 816989779, "stop": 816989853 }, { "start": 816989872, "stop": 816989914 }, { "start": 816989931, "stop": 816989956 }, { "start": 816989959, "stop": 816990232 } ] }