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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=247",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 248,
    "results": [
        {
            "start": 1240227547,
            "stop": 1240227681
        },
        {
            "start": 1240227682,
            "stop": 1240228310
        },
        {
            "start": 1240228311,
            "stop": 1240228436
        },
        {
            "start": 1240228437,
            "stop": 1240228800
        },
        {
            "start": 1240228803,
            "stop": 1240229453
        },
        {
            "start": 1240229455,
            "stop": 1240229811
        },
        {
            "start": 1240229814,
            "stop": 1240229905
        },
        {
            "start": 1240229907,
            "stop": 1240230372
        },
        {
            "start": 1240230374,
            "stop": 1240230626
        },
        {
            "start": 1240230629,
            "stop": 1240231561
        },
        {
            "start": 1240231562,
            "stop": 1240231592
        },
        {
            "start": 1240231593,
            "stop": 1240231808
        },
        {
            "start": 1240231809,
            "stop": 1240231848
        },
        {
            "start": 1240231849,
            "stop": 1240232010
        },
        {
            "start": 1240232011,
            "stop": 1240232251
        },
        {
            "start": 1240232252,
            "stop": 1240232607
        },
        {
            "start": 1240232608,
            "stop": 1240232628
        },
        {
            "start": 1240232629,
            "stop": 1240233280
        },
        {
            "start": 1240233281,
            "stop": 1240233319
        },
        {
            "start": 1240233320,
            "stop": 1240233355
        }
    ]
}