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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6962",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6963,
    "results": [
        {
            "start": 873781725,
            "stop": 873781862
        },
        {
            "start": 873781868,
            "stop": 873782001
        },
        {
            "start": 873782004,
            "stop": 873782141
        },
        {
            "start": 873782145,
            "stop": 873782277
        },
        {
            "start": 873782280,
            "stop": 873782305
        },
        {
            "start": 873782308,
            "stop": 873782637
        },
        {
            "start": 873782644,
            "stop": 873782727
        },
        {
            "start": 873782730,
            "stop": 873783069
        },
        {
            "start": 873783073,
            "stop": 873783085
        },
        {
            "start": 873783089,
            "stop": 873783111
        },
        {
            "start": 873783117,
            "stop": 873783134
        },
        {
            "start": 873783137,
            "stop": 873783519
        },
        {
            "start": 873783527,
            "stop": 873783529
        },
        {
            "start": 873783532,
            "stop": 873783562
        },
        {
            "start": 873783566,
            "stop": 873783603
        },
        {
            "start": 873783606,
            "stop": 873783824
        },
        {
            "start": 873783828,
            "stop": 873783934
        },
        {
            "start": 873783937,
            "stop": 873784038
        },
        {
            "start": 873784042,
            "stop": 873784051
        },
        {
            "start": 873784055,
            "stop": 873784225
        }
    ]
}