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=448
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=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=447",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 448,
    "results": [
        {
            "start": 863317488,
            "stop": 863318155
        },
        {
            "start": 863318455,
            "stop": 863344381
        },
        {
            "start": 863346730,
            "stop": 863350922
        },
        {
            "start": 863350928,
            "stop": 863353177
        },
        {
            "start": 863353188,
            "stop": 863353192
        },
        {
            "start": 863353198,
            "stop": 863353200
        },
        {
            "start": 863353260,
            "stop": 863353270
        },
        {
            "start": 863353275,
            "stop": 863359880
        },
        {
            "start": 863359890,
            "stop": 863359897
        },
        {
            "start": 863359920,
            "stop": 863359931
        },
        {
            "start": 863359940,
            "stop": 863362220
        },
        {
            "start": 863362225,
            "stop": 863363932
        },
        {
            "start": 863363938,
            "stop": 863366465
        },
        {
            "start": 863366470,
            "stop": 863366882
        },
        {
            "start": 863366888,
            "stop": 863367904
        },
        {
            "start": 863367995,
            "stop": 863368046
        },
        {
            "start": 863368047,
            "stop": 863371682
        },
        {
            "start": 863372329,
            "stop": 863377610
        },
        {
            "start": 863378803,
            "stop": 863384515
        },
        {
            "start": 863384520,
            "stop": 863395519
        }
    ]
}