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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=106",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 107,
    "results": [
        {
            "start": 1134866751,
            "stop": 1134869584
        },
        {
            "start": 1134869586,
            "stop": 1134870415
        },
        {
            "start": 1134870421,
            "stop": 1134870424
        },
        {
            "start": 1134870427,
            "stop": 1134870428
        },
        {
            "start": 1134870461,
            "stop": 1134870469
        },
        {
            "start": 1134870474,
            "stop": 1134870476
        },
        {
            "start": 1134870506,
            "stop": 1134870507
        },
        {
            "start": 1134870524,
            "stop": 1134870527
        },
        {
            "start": 1134870540,
            "stop": 1134870542
        },
        {
            "start": 1134870545,
            "stop": 1134870551
        },
        {
            "start": 1134870562,
            "stop": 1134872126
        },
        {
            "start": 1134872131,
            "stop": 1134872139
        },
        {
            "start": 1134872142,
            "stop": 1134872146
        },
        {
            "start": 1134872151,
            "stop": 1134872152
        },
        {
            "start": 1134872161,
            "stop": 1134872165
        },
        {
            "start": 1134872180,
            "stop": 1134872196
        },
        {
            "start": 1134872227,
            "stop": 1134872228
        },
        {
            "start": 1134872231,
            "stop": 1134872232
        },
        {
            "start": 1134872249,
            "stop": 1134872251
        },
        {
            "start": 1134872258,
            "stop": 1134872273
        }
    ]
}