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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=45",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 46,
    "results": [
        {
            "start": 816577265,
            "stop": 816578271
        },
        {
            "start": 816578317,
            "stop": 816578570
        },
        {
            "start": 816579423,
            "stop": 816580050
        },
        {
            "start": 816580070,
            "stop": 816581280
        },
        {
            "start": 816582145,
            "stop": 816582360
        },
        {
            "start": 816582377,
            "stop": 816583405
        },
        {
            "start": 816583525,
            "stop": 816583559
        },
        {
            "start": 816583679,
            "stop": 816587913
        },
        {
            "start": 816587934,
            "stop": 816590495
        },
        {
            "start": 816590512,
            "stop": 816591409
        },
        {
            "start": 816591429,
            "stop": 816592376
        },
        {
            "start": 816592397,
            "stop": 816592442
        },
        {
            "start": 816592463,
            "stop": 816593474
        },
        {
            "start": 816593493,
            "stop": 816593617
        },
        {
            "start": 816593634,
            "stop": 816593639
        },
        {
            "start": 816600198,
            "stop": 816600208
        },
        {
            "start": 816600211,
            "stop": 816600229
        },
        {
            "start": 816600232,
            "stop": 816600250
        },
        {
            "start": 816600256,
            "stop": 816600305
        },
        {
            "start": 816600325,
            "stop": 816600364
        }
    ]
}