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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1333",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1334,
    "results": [
        {
            "start": 964533955,
            "stop": 964541000
        },
        {
            "start": 964541001,
            "stop": 964549015
        },
        {
            "start": 964549016,
            "stop": 964554997
        },
        {
            "start": 964554998,
            "stop": 964555339
        },
        {
            "start": 964555340,
            "stop": 964563800
        },
        {
            "start": 964565656,
            "stop": 964569024
        },
        {
            "start": 964569025,
            "stop": 964571000
        },
        {
            "start": 964571001,
            "stop": 964574413
        },
        {
            "start": 964574965,
            "stop": 964583390
        },
        {
            "start": 964583415,
            "stop": 964588739
        },
        {
            "start": 964588740,
            "stop": 964592473
        },
        {
            "start": 964592474,
            "stop": 964593275
        },
        {
            "start": 964593276,
            "stop": 964594612
        },
        {
            "start": 964594613,
            "stop": 964605398
        },
        {
            "start": 964607360,
            "stop": 964613426
        },
        {
            "start": 964614103,
            "stop": 964619403
        },
        {
            "start": 964619404,
            "stop": 964620175
        },
        {
            "start": 964620669,
            "stop": 964630131
        },
        {
            "start": 964631348,
            "stop": 964631496
        },
        {
            "start": 964631540,
            "stop": 964631543
        }
    ]
}