Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6075
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6074",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6075,
    "results": [
        {
            "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": 873886698
        },
        {
            "start": 873886699,
            "stop": 873886890
        },
        {
            "start": 873886893,
            "stop": 873886897
        },
        {
            "start": 873886903,
            "stop": 873886905
        },
        {
            "start": 873886909,
            "stop": 873887090
        }
    ]
}