Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=145
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=144",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 145,
    "results": [
        {
            "start": 931402038,
            "stop": 931402041
        },
        {
            "start": 931402043,
            "stop": 931402055
        },
        {
            "start": 931402061,
            "stop": 931402064
        },
        {
            "start": 931402067,
            "stop": 931402077
        },
        {
            "start": 931402079,
            "stop": 931402094
        },
        {
            "start": 931402097,
            "stop": 931402110
        },
        {
            "start": 931402112,
            "stop": 931402121
        },
        {
            "start": 931402125,
            "stop": 931402126
        },
        {
            "start": 931402132,
            "stop": 931402139
        },
        {
            "start": 931402141,
            "stop": 931402147
        },
        {
            "start": 931402149,
            "stop": 931402155
        },
        {
            "start": 931402158,
            "stop": 931402167
        },
        {
            "start": 931402171,
            "stop": 931402172
        },
        {
            "start": 931402175,
            "stop": 931402205
        },
        {
            "start": 931402208,
            "stop": 931402234
        },
        {
            "start": 931402237,
            "stop": 931402252
        },
        {
            "start": 931402254,
            "stop": 931402263
        },
        {
            "start": 931402266,
            "stop": 931402281
        },
        {
            "start": 931402288,
            "stop": 931402293
        },
        {
            "start": 931402303,
            "stop": 931402329
        }
    ]
}