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=7004
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=7005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7003",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7004,
    "results": [
        {
            "start": 873885481,
            "stop": 873885482
        },
        {
            "start": 873885486,
            "stop": 873885960
        },
        {
            "start": 873886021,
            "stop": 873886024
        },
        {
            "start": 873886028,
            "stop": 873886064
        },
        {
            "start": 873886067,
            "stop": 873886103
        },
        {
            "start": 873886108,
            "stop": 873886136
        },
        {
            "start": 873886141,
            "stop": 873886173
        },
        {
            "start": 873886176,
            "stop": 873886232
        },
        {
            "start": 873886235,
            "stop": 873886241
        },
        {
            "start": 873886246,
            "stop": 873886306
        },
        {
            "start": 873886310,
            "stop": 873886312
        },
        {
            "start": 873886318,
            "stop": 873886320
        },
        {
            "start": 873886325,
            "stop": 873886348
        },
        {
            "start": 873886351,
            "stop": 873886360
        },
        {
            "start": 873886368,
            "stop": 873886379
        },
        {
            "start": 873886386,
            "stop": 873886402
        },
        {
            "start": 873886406,
            "stop": 873886412
        },
        {
            "start": 873886424,
            "stop": 873886425
        },
        {
            "start": 873886430,
            "stop": 873886552
        },
        {
            "start": 873886559,
            "stop": 873886890
        }
    ]
}