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/L1_CBCHIGH_CAT4/segments?format=api&page=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=208",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 209,
    "results": [
        {
            "start": 817756971,
            "stop": 817756977
        },
        {
            "start": 817757009,
            "stop": 817757024
        },
        {
            "start": 817757060,
            "stop": 817757062
        },
        {
            "start": 817757160,
            "stop": 817757237
        },
        {
            "start": 817757270,
            "stop": 817757280
        },
        {
            "start": 817757435,
            "stop": 817757438
        },
        {
            "start": 817757700,
            "stop": 817757840
        },
        {
            "start": 817757958,
            "stop": 817757972
        },
        {
            "start": 817758129,
            "stop": 817758139
        },
        {
            "start": 817758246,
            "stop": 817758274
        },
        {
            "start": 817758305,
            "stop": 817758471
        },
        {
            "start": 817758568,
            "stop": 817758587
        },
        {
            "start": 817758610,
            "stop": 817758620
        },
        {
            "start": 817758732,
            "stop": 817758748
        },
        {
            "start": 817758769,
            "stop": 817758778
        },
        {
            "start": 817758850,
            "stop": 817758908
        },
        {
            "start": 817759012,
            "stop": 817759019
        },
        {
            "start": 817759080,
            "stop": 817759085
        },
        {
            "start": 817759108,
            "stop": 817759160
        },
        {
            "start": 817759242,
            "stop": 817759243
        }
    ]
}