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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14921",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14919",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14920,
    "results": [
        {
            "start": 971545864,
            "stop": 971545868
        },
        {
            "start": 971545874,
            "stop": 971545875
        },
        {
            "start": 971545877,
            "stop": 971545897
        },
        {
            "start": 971545900,
            "stop": 971545918
        },
        {
            "start": 971545922,
            "stop": 971545934
        },
        {
            "start": 971545938,
            "stop": 971545943
        },
        {
            "start": 971545946,
            "stop": 971546003
        },
        {
            "start": 971546006,
            "stop": 971546147
        },
        {
            "start": 971546150,
            "stop": 971546163
        },
        {
            "start": 971546184,
            "stop": 971546331
        },
        {
            "start": 971546334,
            "stop": 971546377
        },
        {
            "start": 971546380,
            "stop": 971546627
        },
        {
            "start": 971546660,
            "stop": 971546755
        },
        {
            "start": 971546758,
            "stop": 971546938
        },
        {
            "start": 971546941,
            "stop": 971546964
        },
        {
            "start": 971546967,
            "stop": 971547006
        },
        {
            "start": 971547009,
            "stop": 971547372
        },
        {
            "start": 971547375,
            "stop": 971547406
        },
        {
            "start": 971547410,
            "stop": 971547415
        },
        {
            "start": 971547419,
            "stop": 971547515
        }
    ]
}