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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5204",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5205,
    "results": [
        {
            "start": 874014992,
            "stop": 874015380
        },
        {
            "start": 874015513,
            "stop": 874015898
        },
        {
            "start": 874015905,
            "stop": 874016015
        },
        {
            "start": 874016023,
            "stop": 874016193
        },
        {
            "start": 874016409,
            "stop": 874018071
        },
        {
            "start": 874018117,
            "stop": 874018122
        },
        {
            "start": 874018168,
            "stop": 874018299
        },
        {
            "start": 874018307,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874020443
        },
        {
            "start": 874021020,
            "stop": 874021285
        },
        {
            "start": 874021292,
            "stop": 874021304
        },
        {
            "start": 874021340,
            "stop": 874021605
        },
        {
            "start": 874021616,
            "stop": 874023145
        },
        {
            "start": 874023153,
            "stop": 874023210
        },
        {
            "start": 874023450,
            "stop": 874023522
        },
        {
            "start": 874023530,
            "stop": 874023580
        },
        {
            "start": 874023588,
            "stop": 874023681
        },
        {
            "start": 874023689,
            "stop": 874023737
        },
        {
            "start": 874023744,
            "stop": 874023926
        },
        {
            "start": 874023934,
            "stop": 874023960
        }
    ]
}