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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=4",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 5,
    "results": [
        {
            "start": 815495631,
            "stop": 815495689
        },
        {
            "start": 815495693,
            "stop": 815495734
        },
        {
            "start": 815495738,
            "stop": 815495786
        },
        {
            "start": 815495790,
            "stop": 815495895
        },
        {
            "start": 815495898,
            "stop": 815495903
        },
        {
            "start": 815495906,
            "stop": 815495915
        },
        {
            "start": 815495918,
            "stop": 815495934
        },
        {
            "start": 815495937,
            "stop": 815495950
        },
        {
            "start": 815495953,
            "stop": 815495991
        },
        {
            "start": 815495994,
            "stop": 815495995
        },
        {
            "start": 815495998,
            "stop": 815496005
        },
        {
            "start": 815496008,
            "stop": 815496017
        },
        {
            "start": 815496020,
            "stop": 815496026
        },
        {
            "start": 815496029,
            "stop": 815496030
        },
        {
            "start": 815496033,
            "stop": 815496052
        },
        {
            "start": 815496055,
            "stop": 815496058
        },
        {
            "start": 815496062,
            "stop": 815496130
        },
        {
            "start": 815496133,
            "stop": 815496215
        },
        {
            "start": 815496218,
            "stop": 815496376
        },
        {
            "start": 815496380,
            "stop": 815496401
        }
    ]
}