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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=3",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 4,
    "results": [
        {
            "start": 931091971,
            "stop": 931091972
        },
        {
            "start": 931091974,
            "stop": 931091981
        },
        {
            "start": 931091982,
            "stop": 931091990
        },
        {
            "start": 931091993,
            "stop": 931092000
        },
        {
            "start": 931092006,
            "stop": 931092008
        },
        {
            "start": 931092012,
            "stop": 931092020
        },
        {
            "start": 931092021,
            "stop": 931092026
        },
        {
            "start": 931092028,
            "stop": 931092029
        },
        {
            "start": 931092033,
            "stop": 931092034
        },
        {
            "start": 931092038,
            "stop": 931092040
        },
        {
            "start": 931092041,
            "stop": 931092062
        },
        {
            "start": 931092064,
            "stop": 931092067
        },
        {
            "start": 931092069,
            "stop": 931092071
        },
        {
            "start": 931092079,
            "stop": 931092084
        },
        {
            "start": 931092090,
            "stop": 931092091
        },
        {
            "start": 931092093,
            "stop": 931092106
        },
        {
            "start": 931092110,
            "stop": 931092133
        },
        {
            "start": 931092136,
            "stop": 931092192
        },
        {
            "start": 931092195,
            "stop": 931092205
        },
        {
            "start": 931092207,
            "stop": 931092267
        }
    ]
}