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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9118",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9119,
    "results": [
        {
            "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": 875006996
        },
        {
            "start": 875007064,
            "stop": 875007124
        },
        {
            "start": 875007160,
            "stop": 875007185
        },
        {
            "start": 875007206,
            "stop": 875007237
        },
        {
            "start": 875007269,
            "stop": 875007300
        },
        {
            "start": 875007360,
            "stop": 875007361
        },
        {
            "start": 875007380,
            "stop": 875007391
        },
        {
            "start": 875007415,
            "stop": 875007490
        },
        {
            "start": 875007509,
            "stop": 875007740
        },
        {
            "start": 875007795,
            "stop": 875008007
        },
        {
            "start": 875008026,
            "stop": 875008139
        }
    ]
}