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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2256",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2257,
    "results": [
        {
            "start": 873365987,
            "stop": 873370945
        },
        {
            "start": 873370973,
            "stop": 873371021
        },
        {
            "start": 873371044,
            "stop": 873371057
        },
        {
            "start": 873371076,
            "stop": 873371089
        },
        {
            "start": 873371108,
            "stop": 873371130
        },
        {
            "start": 873371152,
            "stop": 873376060
        },
        {
            "start": 873376079,
            "stop": 873377275
        },
        {
            "start": 873377294,
            "stop": 873379791
        },
        {
            "start": 873379810,
            "stop": 873383884
        },
        {
            "start": 873384975,
            "stop": 873385466
        },
        {
            "start": 873385484,
            "stop": 873385500
        },
        {
            "start": 873385560,
            "stop": 873385736
        },
        {
            "start": 873386168,
            "stop": 873387123
        },
        {
            "start": 873387378,
            "stop": 873387992
        },
        {
            "start": 873388009,
            "stop": 873390300
        },
        {
            "start": 873390360,
            "stop": 873390398
        },
        {
            "start": 873393923,
            "stop": 873393942
        },
        {
            "start": 873393965,
            "stop": 873394072
        },
        {
            "start": 873394089,
            "stop": 873394133
        },
        {
            "start": 873394150,
            "stop": 873394218
        }
    ]
}