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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=210",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 211,
    "results": [
        {
            "start": 956991372,
            "stop": 956997094
        },
        {
            "start": 956997701,
            "stop": 957007904
        },
        {
            "start": 957011934,
            "stop": 957018408
        },
        {
            "start": 957044868,
            "stop": 957049280
        },
        {
            "start": 957053629,
            "stop": 957059129
        },
        {
            "start": 957063549,
            "stop": 957071777
        },
        {
            "start": 957074560,
            "stop": 957076881
        },
        {
            "start": 957080476,
            "stop": 957092588
        },
        {
            "start": 957094352,
            "stop": 957106458
        },
        {
            "start": 957110087,
            "stop": 957113197
        },
        {
            "start": 957115283,
            "stop": 957116422
        },
        {
            "start": 957124192,
            "stop": 957129035
        },
        {
            "start": 957129039,
            "stop": 957129041
        },
        {
            "start": 957129044,
            "stop": 957129116
        },
        {
            "start": 957129121,
            "stop": 957129164
        },
        {
            "start": 957129167,
            "stop": 957129185
        },
        {
            "start": 957129188,
            "stop": 957129200
        },
        {
            "start": 957129208,
            "stop": 957129241
        },
        {
            "start": 957129247,
            "stop": 957129273
        },
        {
            "start": 957129281,
            "stop": 957129298
        }
    ]
}