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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=300",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 301,
    "results": [
        {
            "start": 822464187,
            "stop": 822465319
        },
        {
            "start": 822465329,
            "stop": 822465407
        },
        {
            "start": 822465412,
            "stop": 822465421
        },
        {
            "start": 822465426,
            "stop": 822465443
        },
        {
            "start": 822465448,
            "stop": 822465553
        },
        {
            "start": 822465562,
            "stop": 822467697
        },
        {
            "start": 822467702,
            "stop": 822470770
        },
        {
            "start": 822470775,
            "stop": 822471562
        },
        {
            "start": 822471590,
            "stop": 822471616
        },
        {
            "start": 822471621,
            "stop": 822471640
        },
        {
            "start": 822471646,
            "stop": 822471669
        },
        {
            "start": 822471674,
            "stop": 822471701
        },
        {
            "start": 822471706,
            "stop": 822471781
        },
        {
            "start": 822471799,
            "stop": 822471818
        },
        {
            "start": 822474508,
            "stop": 822478807
        },
        {
            "start": 822478812,
            "stop": 822481969
        },
        {
            "start": 822482034,
            "stop": 822482056
        },
        {
            "start": 822482061,
            "stop": 822482208
        },
        {
            "start": 822482214,
            "stop": 822489177
        },
        {
            "start": 822489453,
            "stop": 822489911
        }
    ]
}