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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=51",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 52,
    "results": [
        {
            "start": 816460842,
            "stop": 816460883
        },
        {
            "start": 816460911,
            "stop": 816460912
        },
        {
            "start": 816460922,
            "stop": 816460935
        },
        {
            "start": 816460940,
            "stop": 816460946
        },
        {
            "start": 816460951,
            "stop": 816460952
        },
        {
            "start": 816460962,
            "stop": 816460963
        },
        {
            "start": 816460976,
            "stop": 816460979
        },
        {
            "start": 816460984,
            "stop": 816461026
        },
        {
            "start": 816461030,
            "stop": 816461070
        },
        {
            "start": 816461075,
            "stop": 816461144
        },
        {
            "start": 816461149,
            "stop": 816461187
        },
        {
            "start": 816461190,
            "stop": 816461202
        },
        {
            "start": 816461211,
            "stop": 816461413
        },
        {
            "start": 816461417,
            "stop": 816461471
        },
        {
            "start": 816461478,
            "stop": 816461480
        },
        {
            "start": 816461495,
            "stop": 816461525
        },
        {
            "start": 816461531,
            "stop": 816461533
        },
        {
            "start": 816461539,
            "stop": 816461542
        },
        {
            "start": 816461545,
            "stop": 816461553
        },
        {
            "start": 816461556,
            "stop": 816461681
        }
    ]
}