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/H1_CW_CAT1/segments?format=api&page=224
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=225", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=223", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 224, "results": [ { "start": 843433206, "stop": 843435853 }, { "start": 843435868, "stop": 843435869 }, { "start": 843436047, "stop": 843460436 }, { "start": 843465834, "stop": 843493899 }, { "start": 843494053, "stop": 843495133 }, { "start": 843495152, "stop": 843495153 }, { "start": 843495380, "stop": 843501073 }, { "start": 843501087, "stop": 843501088 }, { "start": 843501174, "stop": 843501890 }, { "start": 843520940, "stop": 843571093 }, { "start": 843574028, "stop": 843582133 }, { "start": 843582139, "stop": 843582140 }, { "start": 843582554, "stop": 843589753 }, { "start": 843595060, "stop": 843604873 }, { "start": 843607800, "stop": 843611984 }, { "start": 843612342, "stop": 843657818 }, { "start": 843658111, "stop": 843673029 }, { "start": 843673478, "stop": 843674413 }, { "start": 843684379, "stop": 843709436 }, { "start": 843710036, "stop": 843721503 } ] }