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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=150",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 151,
    "results": [
        {
            "start": 931419081,
            "stop": 931419082
        },
        {
            "start": 931419084,
            "stop": 931419103
        },
        {
            "start": 931419105,
            "stop": 931419117
        },
        {
            "start": 931419122,
            "stop": 931419133
        },
        {
            "start": 931419135,
            "stop": 931419138
        },
        {
            "start": 931419140,
            "stop": 931419143
        },
        {
            "start": 931419145,
            "stop": 931419177
        },
        {
            "start": 931419181,
            "stop": 931419182
        },
        {
            "start": 931419185,
            "stop": 931419195
        },
        {
            "start": 931419198,
            "stop": 931419222
        },
        {
            "start": 931419224,
            "stop": 931419225
        },
        {
            "start": 931419227,
            "stop": 931419228
        },
        {
            "start": 931419231,
            "stop": 931419232
        },
        {
            "start": 931419234,
            "stop": 931419241
        },
        {
            "start": 931419245,
            "stop": 931419246
        },
        {
            "start": 931419248,
            "stop": 931419252
        },
        {
            "start": 931419254,
            "stop": 931419257
        },
        {
            "start": 931419259,
            "stop": 931419267
        },
        {
            "start": 931419269,
            "stop": 931419291
        },
        {
            "start": 931419293,
            "stop": 931419309
        }
    ]
}