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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=273",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 274,
    "results": [
        {
            "start": 847602980,
            "stop": 847603002
        },
        {
            "start": 847603004,
            "stop": 847603022
        },
        {
            "start": 847603023,
            "stop": 847603064
        },
        {
            "start": 847603065,
            "stop": 847603087
        },
        {
            "start": 847603088,
            "stop": 847603107
        },
        {
            "start": 847603108,
            "stop": 847603192
        },
        {
            "start": 847603193,
            "stop": 847603229
        },
        {
            "start": 847603231,
            "stop": 847603516
        },
        {
            "start": 847603517,
            "stop": 847603565
        },
        {
            "start": 847603566,
            "stop": 847603607
        },
        {
            "start": 847603608,
            "stop": 847603618
        },
        {
            "start": 847603619,
            "stop": 847603639
        },
        {
            "start": 847603641,
            "stop": 847603658
        },
        {
            "start": 847603659,
            "stop": 847603820
        },
        {
            "start": 847603821,
            "stop": 847603853
        },
        {
            "start": 847603854,
            "stop": 847603871
        },
        {
            "start": 847603872,
            "stop": 847603873
        },
        {
            "start": 847603875,
            "stop": 847603948
        },
        {
            "start": 847603951,
            "stop": 847603991
        },
        {
            "start": 847603992,
            "stop": 847604001
        }
    ]
}