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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10173",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10174,
    "results": [
        {
            "start": 873813892,
            "stop": 873813897
        },
        {
            "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": 873814680
        },
        {
            "start": 873814740,
            "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": 873815172
        },
        {
            "start": 873815351,
            "stop": 873815356
        }
    ]
}