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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4901",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4902,
    "results": [
        {
            "start": 875126832,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875126929
        },
        {
            "start": 875126948,
            "stop": 875126961
        },
        {
            "start": 875126985,
            "stop": 875127023
        },
        {
            "start": 875127042,
            "stop": 875127059
        },
        {
            "start": 875127131,
            "stop": 875127153
        },
        {
            "start": 875127173,
            "stop": 875127182
        },
        {
            "start": 875127209,
            "stop": 875127221
        },
        {
            "start": 875127254,
            "stop": 875127260
        },
        {
            "start": 875127279,
            "stop": 875127300
        },
        {
            "start": 875127371,
            "stop": 875127463
        },
        {
            "start": 875127509,
            "stop": 875127525
        },
        {
            "start": 875127600,
            "stop": 875127635
        },
        {
            "start": 875127654,
            "stop": 875127655
        },
        {
            "start": 875127674,
            "stop": 875127750
        },
        {
            "start": 875127772,
            "stop": 875127865
        },
        {
            "start": 875127893,
            "stop": 875127913
        },
        {
            "start": 875127932,
            "stop": 875127966
        },
        {
            "start": 875127985,
            "stop": 875128078
        },
        {
            "start": 875128097,
            "stop": 875128100
        }
    ]
}