Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2174",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2175,
    "results": [
        {
            "start": 870716257,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870718570
        },
        {
            "start": 870718575,
            "stop": 870718592
        },
        {
            "start": 870718598,
            "stop": 870731595
        },
        {
            "start": 870731600,
            "stop": 870734088
        },
        {
            "start": 870734090,
            "stop": 870743020
        },
        {
            "start": 870745209,
            "stop": 870758591
        },
        {
            "start": 870758924,
            "stop": 870763683
        },
        {
            "start": 870764664,
            "stop": 870787527
        },
        {
            "start": 870787538,
            "stop": 870787555
        },
        {
            "start": 870787620,
            "stop": 870788201
        },
        {
            "start": 870788501,
            "stop": 870798840
        },
        {
            "start": 870798845,
            "stop": 870798847
        },
        {
            "start": 870798853,
            "stop": 870798870
        },
        {
            "start": 870798875,
            "stop": 870799077
        },
        {
            "start": 870799098,
            "stop": 870799115
        },
        {
            "start": 870799120,
            "stop": 870799122
        },
        {
            "start": 870799128,
            "stop": 870799130
        },
        {
            "start": 870799135,
            "stop": 870799145
        },
        {
            "start": 870799150,
            "stop": 870799185
        }
    ]
}