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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 292,
    "results": [
        {
            "start": 848983019,
            "stop": 848983416
        },
        {
            "start": 848983716,
            "stop": 849018013
        },
        {
            "start": 849018049,
            "stop": 849018050
        },
        {
            "start": 849018153,
            "stop": 849022347
        },
        {
            "start": 849022355,
            "stop": 849022787
        },
        {
            "start": 849022793,
            "stop": 849031813
        },
        {
            "start": 849031845,
            "stop": 849031846
        },
        {
            "start": 849031895,
            "stop": 849035126
        },
        {
            "start": 849036863,
            "stop": 849037135
        },
        {
            "start": 849037720,
            "stop": 849037859
        },
        {
            "start": 849038159,
            "stop": 849044947
        },
        {
            "start": 849045247,
            "stop": 849050056
        },
        {
            "start": 849051649,
            "stop": 849052507
        },
        {
            "start": 849052513,
            "stop": 849053179
        },
        {
            "start": 849055033,
            "stop": 849064902
        },
        {
            "start": 849064908,
            "stop": 849067285
        },
        {
            "start": 849067290,
            "stop": 849076412
        },
        {
            "start": 849076522,
            "stop": 849080599
        },
        {
            "start": 849081192,
            "stop": 849082232
        },
        {
            "start": 849082566,
            "stop": 849087827
        }
    ]
}