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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5623",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5624,
    "results": [
        {
            "start": 874468955,
            "stop": 874469005
        },
        {
            "start": 874469010,
            "stop": 874469038
        },
        {
            "start": 874469041,
            "stop": 874469213
        },
        {
            "start": 874469216,
            "stop": 874469501
        },
        {
            "start": 874469504,
            "stop": 874469626
        },
        {
            "start": 874469630,
            "stop": 874469961
        },
        {
            "start": 874469964,
            "stop": 874470089
        },
        {
            "start": 874470092,
            "stop": 874470226
        },
        {
            "start": 874470229,
            "stop": 874470248
        },
        {
            "start": 874470251,
            "stop": 874470314
        },
        {
            "start": 874470320,
            "stop": 874470346
        },
        {
            "start": 874470349,
            "stop": 874470353
        },
        {
            "start": 874470356,
            "stop": 874470431
        },
        {
            "start": 874470435,
            "stop": 874470678
        },
        {
            "start": 874470681,
            "stop": 874470767
        },
        {
            "start": 874470772,
            "stop": 874470995
        },
        {
            "start": 874470998,
            "stop": 874471031
        },
        {
            "start": 874471034,
            "stop": 874471290
        },
        {
            "start": 874471293,
            "stop": 874471708
        },
        {
            "start": 874471711,
            "stop": 874471935
        }
    ]
}