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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=205",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 206,
    "results": [
        {
            "start": 843577403,
            "stop": 843577405
        },
        {
            "start": 843578847,
            "stop": 843587353
        },
        {
            "start": 843593528,
            "stop": 843597654
        },
        {
            "start": 843598804,
            "stop": 843600466
        },
        {
            "start": 843601965,
            "stop": 843603913
        },
        {
            "start": 843605211,
            "stop": 843606073
        },
        {
            "start": 843606112,
            "stop": 843606113
        },
        {
            "start": 843606374,
            "stop": 843619443
        },
        {
            "start": 843621720,
            "stop": 843635473
        },
        {
            "start": 843636630,
            "stop": 843662233
        },
        {
            "start": 843662260,
            "stop": 843662261
        },
        {
            "start": 843662638,
            "stop": 843663313
        },
        {
            "start": 843665787,
            "stop": 843675187
        },
        {
            "start": 843691469,
            "stop": 843701906
        },
        {
            "start": 843701983,
            "stop": 843716293
        },
        {
            "start": 843716318,
            "stop": 843716320
        },
        {
            "start": 843717127,
            "stop": 843721513
        },
        {
            "start": 843725116,
            "stop": 843730128
        },
        {
            "start": 843746822,
            "stop": 843765253
        },
        {
            "start": 843766195,
            "stop": 843770833
        }
    ]
}