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_CAT4/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_CAT4/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=4",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 5,
    "results": [
        {
            "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
        },
        {
            "start": 815496408,
            "stop": 815496423
        },
        {
            "start": 815496426,
            "stop": 815496491
        },
        {
            "start": 815496497,
            "stop": 815496563
        },
        {
            "start": 815496567,
            "stop": 815496617
        },
        {
            "start": 815496620,
            "stop": 815496634
        },
        {
            "start": 815496637,
            "stop": 815496642
        },
        {
            "start": 815496645,
            "stop": 815496646
        },
        {
            "start": 815496649,
            "stop": 815496650
        }
    ]
}