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=2231
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=2232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2230",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2231,
    "results": [
        {
            "start": 873034663,
            "stop": 873034674
        },
        {
            "start": 873034691,
            "stop": 873035422
        },
        {
            "start": 873036523,
            "stop": 873037938
        },
        {
            "start": 873037969,
            "stop": 873038074
        },
        {
            "start": 873038091,
            "stop": 873040760
        },
        {
            "start": 873040778,
            "stop": 873041469
        },
        {
            "start": 873041486,
            "stop": 873041902
        },
        {
            "start": 873041919,
            "stop": 873049320
        },
        {
            "start": 873049337,
            "stop": 873049905
        },
        {
            "start": 873049922,
            "stop": 873056441
        },
        {
            "start": 873056458,
            "stop": 873058064
        },
        {
            "start": 873060460,
            "stop": 873061560
        },
        {
            "start": 873061620,
            "stop": 873069900
        },
        {
            "start": 873069973,
            "stop": 873070012
        },
        {
            "start": 873072604,
            "stop": 873072605
        },
        {
            "start": 873072640,
            "stop": 873072644
        },
        {
            "start": 873072694,
            "stop": 873072746
        },
        {
            "start": 873072763,
            "stop": 873073404
        },
        {
            "start": 873073423,
            "stop": 873073999
        },
        {
            "start": 873074018,
            "stop": 873077426
        }
    ]
}