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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=117",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 118,
    "results": [
        {
            "start": 816958193,
            "stop": 816958241
        },
        {
            "start": 816958283,
            "stop": 816958301
        },
        {
            "start": 816958343,
            "stop": 816958379
        },
        {
            "start": 816958413,
            "stop": 816958443
        },
        {
            "start": 816958502,
            "stop": 816958575
        },
        {
            "start": 816958595,
            "stop": 816958615
        },
        {
            "start": 816958662,
            "stop": 816958666
        },
        {
            "start": 816958685,
            "stop": 816958895
        },
        {
            "start": 816958964,
            "stop": 816958966
        },
        {
            "start": 816959002,
            "stop": 816959017
        },
        {
            "start": 816959046,
            "stop": 816959057
        },
        {
            "start": 816959078,
            "stop": 816959091
        },
        {
            "start": 816959111,
            "stop": 816959120
        },
        {
            "start": 816959145,
            "stop": 816959224
        },
        {
            "start": 816959245,
            "stop": 816959253
        },
        {
            "start": 816959335,
            "stop": 816959346
        },
        {
            "start": 816959370,
            "stop": 816959383
        },
        {
            "start": 816959424,
            "stop": 816959476
        },
        {
            "start": 816959512,
            "stop": 816959539
        },
        {
            "start": 816959560,
            "stop": 816959591
        }
    ]
}