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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7574",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7572",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7573,
    "results": [
        {
            "start": 970470966,
            "stop": 970470977
        },
        {
            "start": 970470980,
            "stop": 970471003
        },
        {
            "start": 970471006,
            "stop": 970471045
        },
        {
            "start": 970471048,
            "stop": 970471051
        },
        {
            "start": 970471056,
            "stop": 970471092
        },
        {
            "start": 970471095,
            "stop": 970471106
        },
        {
            "start": 970471109,
            "stop": 970471112
        },
        {
            "start": 970471115,
            "stop": 970471122
        },
        {
            "start": 970471125,
            "stop": 970471131
        },
        {
            "start": 970471134,
            "stop": 970471138
        },
        {
            "start": 970471141,
            "stop": 970471190
        },
        {
            "start": 970471195,
            "stop": 970471229
        },
        {
            "start": 970471234,
            "stop": 970471252
        },
        {
            "start": 970471255,
            "stop": 970471281
        },
        {
            "start": 970471284,
            "stop": 970471298
        },
        {
            "start": 970471301,
            "stop": 970471340
        },
        {
            "start": 970471343,
            "stop": 970471364
        },
        {
            "start": 970471367,
            "stop": 970471382
        },
        {
            "start": 970471388,
            "stop": 970471417
        },
        {
            "start": 970471420,
            "stop": 970471429
        }
    ]
}