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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=252",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 253,
    "results": [
        {
            "start": 1240271988,
            "stop": 1240272836
        },
        {
            "start": 1240272837,
            "stop": 1240272881
        },
        {
            "start": 1240272882,
            "stop": 1240272997
        },
        {
            "start": 1240272998,
            "stop": 1240273177
        },
        {
            "start": 1240273185,
            "stop": 1240273582
        },
        {
            "start": 1240273583,
            "stop": 1240273866
        },
        {
            "start": 1240273867,
            "stop": 1240274017
        },
        {
            "start": 1240274019,
            "stop": 1240274051
        },
        {
            "start": 1240274052,
            "stop": 1240274340
        },
        {
            "start": 1240274341,
            "stop": 1240274446
        },
        {
            "start": 1240274447,
            "stop": 1240274449
        },
        {
            "start": 1240274450,
            "stop": 1240274511
        },
        {
            "start": 1240274513,
            "stop": 1240274587
        },
        {
            "start": 1240274588,
            "stop": 1240274868
        },
        {
            "start": 1240274870,
            "stop": 1240274923
        },
        {
            "start": 1240274924,
            "stop": 1240275179
        },
        {
            "start": 1240275182,
            "stop": 1240275368
        },
        {
            "start": 1240275999,
            "stop": 1240276718
        },
        {
            "start": 1240276720,
            "stop": 1240277355
        },
        {
            "start": 1240277357,
            "stop": 1240277404
        }
    ]
}