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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2199",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2200,
    "results": [
        {
            "start": 872918123,
            "stop": 872920062
        },
        {
            "start": 872920362,
            "stop": 872950760
        },
        {
            "start": 872950763,
            "stop": 872950764
        },
        {
            "start": 872950767,
            "stop": 872950803
        },
        {
            "start": 872950810,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872974152
        },
        {
            "start": 872974158,
            "stop": 872975084
        },
        {
            "start": 872975087,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872981830
        },
        {
            "start": 872981835,
            "stop": 872981857
        },
        {
            "start": 872981865,
            "stop": 872997150
        },
        {
            "start": 872997210,
            "stop": 872997221
        },
        {
            "start": 872997331,
            "stop": 872997389
        },
        {
            "start": 872997689,
            "stop": 872997720
        },
        {
            "start": 872997830,
            "stop": 872997868
        },
        {
            "start": 872998396,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873020613
        }
    ]
}