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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=93",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 94,
    "results": [
        {
            "start": 931507970,
            "stop": 931507986
        },
        {
            "start": 931507989,
            "stop": 931507995
        },
        {
            "start": 931508000,
            "stop": 931508022
        },
        {
            "start": 931508024,
            "stop": 931508027
        },
        {
            "start": 931508030,
            "stop": 931508044
        },
        {
            "start": 931508047,
            "stop": 931508068
        },
        {
            "start": 931508071,
            "stop": 931508077
        },
        {
            "start": 931508080,
            "stop": 931508105
        },
        {
            "start": 931508108,
            "stop": 931508110
        },
        {
            "start": 931508113,
            "stop": 931508115
        },
        {
            "start": 931508118,
            "stop": 931508137
        },
        {
            "start": 931508141,
            "stop": 931508157
        },
        {
            "start": 931508160,
            "stop": 931508177
        },
        {
            "start": 931508180,
            "stop": 931508188
        },
        {
            "start": 931508191,
            "stop": 931508193
        },
        {
            "start": 931508196,
            "stop": 931508199
        },
        {
            "start": 931508201,
            "stop": 931508208
        },
        {
            "start": 931508211,
            "stop": 931508214
        },
        {
            "start": 931508216,
            "stop": 931508222
        },
        {
            "start": 931508225,
            "stop": 931508228
        }
    ]
}