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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=158",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 159,
    "results": [
        {
            "start": 816850788,
            "stop": 816850800
        },
        {
            "start": 816850804,
            "stop": 816850858
        },
        {
            "start": 816850864,
            "stop": 816850865
        },
        {
            "start": 816850873,
            "stop": 816850876
        },
        {
            "start": 816850880,
            "stop": 816850887
        },
        {
            "start": 816850892,
            "stop": 816850934
        },
        {
            "start": 816850938,
            "stop": 816850942
        },
        {
            "start": 816850947,
            "stop": 816850970
        },
        {
            "start": 816850975,
            "stop": 816850982
        },
        {
            "start": 816850989,
            "stop": 816851085
        },
        {
            "start": 816851102,
            "stop": 816851106
        },
        {
            "start": 816851118,
            "stop": 816851121
        },
        {
            "start": 816851128,
            "stop": 816851188
        },
        {
            "start": 816851192,
            "stop": 816851203
        },
        {
            "start": 816851207,
            "stop": 816851403
        },
        {
            "start": 816851407,
            "stop": 816851409
        },
        {
            "start": 816851420,
            "stop": 816851463
        },
        {
            "start": 816851466,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816852860
        },
        {
            "start": 816852865,
            "stop": 816852866
        }
    ]
}