Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5223",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5224,
    "results": [
        {
            "start": 875227824,
            "stop": 875227880
        },
        {
            "start": 875227899,
            "stop": 875227968
        },
        {
            "start": 875228016,
            "stop": 875228024
        },
        {
            "start": 875228043,
            "stop": 875228051
        },
        {
            "start": 875228084,
            "stop": 875228161
        },
        {
            "start": 875228200,
            "stop": 875228206
        },
        {
            "start": 875228225,
            "stop": 875228343
        },
        {
            "start": 875228393,
            "stop": 875228426
        },
        {
            "start": 875228445,
            "stop": 875228458
        },
        {
            "start": 875228503,
            "stop": 875228539
        },
        {
            "start": 875228558,
            "stop": 875228586
        },
        {
            "start": 875228609,
            "stop": 875228639
        },
        {
            "start": 875228658,
            "stop": 875228668
        },
        {
            "start": 875228687,
            "stop": 875228700
        },
        {
            "start": 875228731,
            "stop": 875228760
        },
        {
            "start": 875228780,
            "stop": 875228788
        },
        {
            "start": 875228808,
            "stop": 875228857
        },
        {
            "start": 875228881,
            "stop": 875228886
        },
        {
            "start": 875228919,
            "stop": 875228922
        },
        {
            "start": 875228974,
            "stop": 875229064
        }
    ]
}