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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=114",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 115,
    "results": [
        {
            "start": 816951869,
            "stop": 816951871
        },
        {
            "start": 816951892,
            "stop": 816951939
        },
        {
            "start": 816951958,
            "stop": 816951978
        },
        {
            "start": 816952019,
            "stop": 816952073
        },
        {
            "start": 816952103,
            "stop": 816952109
        },
        {
            "start": 816952166,
            "stop": 816952177
        },
        {
            "start": 816952332,
            "stop": 816952384
        },
        {
            "start": 816952413,
            "stop": 816952437
        },
        {
            "start": 816952461,
            "stop": 816952471
        },
        {
            "start": 816952490,
            "stop": 816952493
        },
        {
            "start": 816952538,
            "stop": 816952572
        },
        {
            "start": 816952688,
            "stop": 816952745
        },
        {
            "start": 816952825,
            "stop": 816952842
        },
        {
            "start": 816952923,
            "stop": 816952929
        },
        {
            "start": 816952948,
            "stop": 816953081
        },
        {
            "start": 816953147,
            "stop": 816953255
        },
        {
            "start": 816953278,
            "stop": 816953303
        },
        {
            "start": 816953329,
            "stop": 816953375
        },
        {
            "start": 816953406,
            "stop": 816953412
        },
        {
            "start": 816953460,
            "stop": 816953494
        }
    ]
}