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/L1_CBCHIGH_CAT4/segments?format=api&page=8391
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8390",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8391,
    "results": [
        {
            "start": 874993804,
            "stop": 874994433
        },
        {
            "start": 874994456,
            "stop": 874995843
        },
        {
            "start": 874995860,
            "stop": 874995993
        },
        {
            "start": 874996010,
            "stop": 874996357
        },
        {
            "start": 874996376,
            "stop": 874996479
        },
        {
            "start": 874996499,
            "stop": 874996528
        },
        {
            "start": 874996547,
            "stop": 874997637
        },
        {
            "start": 874997654,
            "stop": 874998570
        },
        {
            "start": 874998588,
            "stop": 874999882
        },
        {
            "start": 874999899,
            "stop": 875000286
        },
        {
            "start": 875000305,
            "stop": 875000757
        },
        {
            "start": 875000776,
            "stop": 875001404
        },
        {
            "start": 875001422,
            "stop": 875002675
        },
        {
            "start": 875002696,
            "stop": 875002923
        },
        {
            "start": 875002945,
            "stop": 875003267
        },
        {
            "start": 875003284,
            "stop": 875003944
        },
        {
            "start": 875003961,
            "stop": 875004564
        },
        {
            "start": 875004611,
            "stop": 875004690
        },
        {
            "start": 875006501,
            "stop": 875006509
        },
        {
            "start": 875006888,
            "stop": 875006940
        }
    ]
}