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=10148
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=10149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10147",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10148,
    "results": [
        {
            "start": 873730429,
            "stop": 873730464
        },
        {
            "start": 873730472,
            "stop": 873730521
        },
        {
            "start": 873730530,
            "stop": 873730558
        },
        {
            "start": 873730569,
            "stop": 873730623
        },
        {
            "start": 873730630,
            "stop": 873730724
        },
        {
            "start": 873730743,
            "stop": 873730878
        },
        {
            "start": 873730887,
            "stop": 873730916
        },
        {
            "start": 873730923,
            "stop": 873730944
        },
        {
            "start": 873730955,
            "stop": 873730971
        },
        {
            "start": 873730984,
            "stop": 873730992
        },
        {
            "start": 873731172,
            "stop": 873731191
        },
        {
            "start": 873731198,
            "stop": 873731221
        },
        {
            "start": 873731229,
            "stop": 873731244
        },
        {
            "start": 873732630,
            "stop": 873732666
        },
        {
            "start": 873732677,
            "stop": 873732724
        },
        {
            "start": 873732736,
            "stop": 873732749
        },
        {
            "start": 873732757,
            "stop": 873732881
        },
        {
            "start": 873732903,
            "stop": 873732984
        },
        {
            "start": 873732995,
            "stop": 873733057
        },
        {
            "start": 873733064,
            "stop": 873733129
        }
    ]
}