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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46764",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46765,
    "results": [
        {
            "start": 875090150,
            "stop": 875090153
        },
        {
            "start": 875090154,
            "stop": 875090186
        },
        {
            "start": 875090187,
            "stop": 875090215
        },
        {
            "start": 875090216,
            "stop": 875090255
        },
        {
            "start": 875090256,
            "stop": 875090279
        },
        {
            "start": 875090280,
            "stop": 875090306
        },
        {
            "start": 875090307,
            "stop": 875090323
        },
        {
            "start": 875090324,
            "stop": 875090339
        },
        {
            "start": 875090340,
            "stop": 875090365
        },
        {
            "start": 875090366,
            "stop": 875090385
        },
        {
            "start": 875090386,
            "stop": 875090393
        },
        {
            "start": 875090395,
            "stop": 875090416
        },
        {
            "start": 875090418,
            "stop": 875090419
        },
        {
            "start": 875090421,
            "stop": 875090428
        },
        {
            "start": 875090429,
            "stop": 875090445
        },
        {
            "start": 875090446,
            "stop": 875090493
        },
        {
            "start": 875090494,
            "stop": 875090515
        },
        {
            "start": 875090516,
            "stop": 875090555
        },
        {
            "start": 875090556,
            "stop": 875090577
        },
        {
            "start": 875090578,
            "stop": 875090583
        }
    ]
}