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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4039",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4040,
    "results": [
        {
            "start": 875012038,
            "stop": 875012054
        },
        {
            "start": 875012060,
            "stop": 875012065
        },
        {
            "start": 875012079,
            "stop": 875012084
        },
        {
            "start": 875012092,
            "stop": 875012103
        },
        {
            "start": 875012106,
            "stop": 875012125
        },
        {
            "start": 875012130,
            "stop": 875012134
        },
        {
            "start": 875012140,
            "stop": 875012150
        },
        {
            "start": 875012155,
            "stop": 875012157
        },
        {
            "start": 875012169,
            "stop": 875012174
        },
        {
            "start": 875012177,
            "stop": 875012183
        },
        {
            "start": 875012187,
            "stop": 875012207
        },
        {
            "start": 875012213,
            "stop": 875012216
        },
        {
            "start": 875012219,
            "stop": 875012237
        },
        {
            "start": 875012244,
            "stop": 875012257
        },
        {
            "start": 875012267,
            "stop": 875012269
        },
        {
            "start": 875012272,
            "stop": 875012287
        },
        {
            "start": 875012290,
            "stop": 875012296
        },
        {
            "start": 875012299,
            "stop": 875012301
        },
        {
            "start": 875012305,
            "stop": 875012315
        },
        {
            "start": 875012318,
            "stop": 875012319
        }
    ]
}