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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5174",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5175,
    "results": [
        {
            "start": 873813905,
            "stop": 873813925
        },
        {
            "start": 873813965,
            "stop": 873813995
        },
        {
            "start": 873814065,
            "stop": 873814123
        },
        {
            "start": 873814159,
            "stop": 873814160
        },
        {
            "start": 873814168,
            "stop": 873814179
        },
        {
            "start": 873814215,
            "stop": 873814216
        },
        {
            "start": 873814244,
            "stop": 873814282
        },
        {
            "start": 873814305,
            "stop": 873814334
        },
        {
            "start": 873814632,
            "stop": 873814781
        },
        {
            "start": 873814793,
            "stop": 873814800
        },
        {
            "start": 873814812,
            "stop": 873814831
        },
        {
            "start": 873814881,
            "stop": 873814918
        },
        {
            "start": 873814932,
            "stop": 873814948
        },
        {
            "start": 873815040,
            "stop": 873815105
        },
        {
            "start": 873815114,
            "stop": 873815125
        },
        {
            "start": 873815133,
            "stop": 873815140
        },
        {
            "start": 873815148,
            "stop": 873815205
        },
        {
            "start": 873815212,
            "stop": 873815279
        },
        {
            "start": 873815351,
            "stop": 873815356
        },
        {
            "start": 873815364,
            "stop": 873815463
        }
    ]
}