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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5252",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5250",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5251,
    "results": [
        {
            "start": 1137060913,
            "stop": 1137060915
        },
        {
            "start": 1137060917,
            "stop": 1137060919
        },
        {
            "start": 1137060921,
            "stop": 1137060923
        },
        {
            "start": 1137060925,
            "stop": 1137060946
        },
        {
            "start": 1137060949,
            "stop": 1137060950
        },
        {
            "start": 1137060952,
            "stop": 1137060964
        },
        {
            "start": 1137060970,
            "stop": 1137061044
        },
        {
            "start": 1137061046,
            "stop": 1137061108
        },
        {
            "start": 1137061110,
            "stop": 1137061125
        },
        {
            "start": 1137061127,
            "stop": 1137061128
        },
        {
            "start": 1137061130,
            "stop": 1137061179
        },
        {
            "start": 1137061183,
            "stop": 1137061202
        },
        {
            "start": 1137061204,
            "stop": 1137061236
        },
        {
            "start": 1137061238,
            "stop": 1137061294
        },
        {
            "start": 1137061296,
            "stop": 1137061398
        },
        {
            "start": 1137061400,
            "stop": 1137061403
        },
        {
            "start": 1137061404,
            "stop": 1137061487
        },
        {
            "start": 1137061488,
            "stop": 1137061492
        },
        {
            "start": 1137061494,
            "stop": 1137061530
        },
        {
            "start": 1137061532,
            "stop": 1137061544
        }
    ]
}