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_STOCH_CAT2_H2L1/segments?format=api&page=618
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=619", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=617", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 618, "results": [ { "start": 850418577, "stop": 850421517 }, { "start": 850421665, "stop": 850421905 }, { "start": 850422194, "stop": 850424444 }, { "start": 850424929, "stop": 850425049 }, { "start": 850425079, "stop": 850425199 }, { "start": 850425229, "stop": 850425469 }, { "start": 850426276, "stop": 850428136 }, { "start": 850428226, "stop": 850429816 }, { "start": 850429976, "stop": 850430036 }, { "start": 850430895, "stop": 850431015 }, { "start": 850431279, "stop": 850431399 }, { "start": 850433529, "stop": 850433589 }, { "start": 850433956, "stop": 850437796 }, { "start": 850437965, "stop": 850440605 }, { "start": 850440780, "stop": 850444020 }, { "start": 850444231, "stop": 850446601 }, { "start": 850446631, "stop": 850449631 }, { "start": 850449781, "stop": 850452661 }, { "start": 850454113, "stop": 850454533 }, { "start": 850454686, "stop": 850455166 } ] }