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=274
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=275", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=273", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 274, "results": [ { "start": 830266855, "stop": 830266975 }, { "start": 830267123, "stop": 830267183 }, { "start": 830267342, "stop": 830268482 }, { "start": 830268658, "stop": 830269798 }, { "start": 830270255, "stop": 830270615 }, { "start": 830270751, "stop": 830270811 }, { "start": 830270950, "stop": 830271130 }, { "start": 830271316, "stop": 830271376 }, { "start": 830275895, "stop": 830276315 }, { "start": 830276472, "stop": 830276532 }, { "start": 830276824, "stop": 830276884 }, { "start": 830277062, "stop": 830277542 }, { "start": 830277826, "stop": 830277886 }, { "start": 830278051, "stop": 830278411 }, { "start": 830278784, "stop": 830278964 }, { "start": 830279125, "stop": 830279185 }, { "start": 830279361, "stop": 830279421 }, { "start": 830284674, "stop": 830284734 }, { "start": 830295389, "stop": 830295689 }, { "start": 830297801, "stop": 830298041 } ] }