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=5180
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=5181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5179",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5180,
    "results": [
        {
            "start": 875126577,
            "stop": 875126625
        },
        {
            "start": 875126644,
            "stop": 875126648
        },
        {
            "start": 875126667,
            "stop": 875126671
        },
        {
            "start": 875126690,
            "stop": 875126705
        },
        {
            "start": 875126724,
            "stop": 875126775
        },
        {
            "start": 875126832,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875126929
        },
        {
            "start": 875126948,
            "stop": 875126961
        },
        {
            "start": 875126985,
            "stop": 875127023
        },
        {
            "start": 875127042,
            "stop": 875127059
        },
        {
            "start": 875127078,
            "stop": 875127108
        },
        {
            "start": 875127131,
            "stop": 875127153
        },
        {
            "start": 875127173,
            "stop": 875127182
        },
        {
            "start": 875127209,
            "stop": 875127221
        },
        {
            "start": 875127254,
            "stop": 875127260
        },
        {
            "start": 875127279,
            "stop": 875127327
        },
        {
            "start": 875127351,
            "stop": 875127352
        },
        {
            "start": 875127371,
            "stop": 875127463
        },
        {
            "start": 875127509,
            "stop": 875127525
        },
        {
            "start": 875127600,
            "stop": 875127635
        }
    ]
}