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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 89,
    "results": [
        {
            "start": 1134197896,
            "stop": 1134222542
        },
        {
            "start": 1134267924,
            "stop": 1134278456
        },
        {
            "start": 1134280603,
            "stop": 1134280958
        },
        {
            "start": 1134280960,
            "stop": 1134287536
        },
        {
            "start": 1134287544,
            "stop": 1134290564
        },
        {
            "start": 1134290572,
            "stop": 1134291628
        },
        {
            "start": 1134291968,
            "stop": 1134292250
        },
        {
            "start": 1134292579,
            "stop": 1134302304
        },
        {
            "start": 1134303321,
            "stop": 1134303823
        },
        {
            "start": 1134304685,
            "stop": 1134304953
        },
        {
            "start": 1134304961,
            "stop": 1134312754
        },
        {
            "start": 1134312762,
            "stop": 1134315720
        },
        {
            "start": 1134315728,
            "stop": 1134320471
        },
        {
            "start": 1134320479,
            "stop": 1134326590
        },
        {
            "start": 1134326598,
            "stop": 1134329584
        },
        {
            "start": 1134329592,
            "stop": 1134329850
        },
        {
            "start": 1134329858,
            "stop": 1134338666
        },
        {
            "start": 1134338674,
            "stop": 1134344712
        },
        {
            "start": 1134344721,
            "stop": 1134348433
        },
        {
            "start": 1134352064,
            "stop": 1134352637
        }
    ]
}