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=7546
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=7547",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7545",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7546,
    "results": [
        {
            "start": 970409082,
            "stop": 970409084
        },
        {
            "start": 970409087,
            "stop": 970409088
        },
        {
            "start": 970409097,
            "stop": 970409116
        },
        {
            "start": 970409119,
            "stop": 970409125
        },
        {
            "start": 970409128,
            "stop": 970409226
        },
        {
            "start": 970409229,
            "stop": 970409233
        },
        {
            "start": 970409238,
            "stop": 970409245
        },
        {
            "start": 970409248,
            "stop": 970409273
        },
        {
            "start": 970409277,
            "stop": 970409278
        },
        {
            "start": 970409283,
            "stop": 970409328
        },
        {
            "start": 970409331,
            "stop": 970409358
        },
        {
            "start": 970409361,
            "stop": 970409371
        },
        {
            "start": 970409376,
            "stop": 970409385
        },
        {
            "start": 970409388,
            "stop": 970409389
        },
        {
            "start": 970409392,
            "stop": 970409393
        },
        {
            "start": 970409396,
            "stop": 970409445
        },
        {
            "start": 970409448,
            "stop": 970409451
        },
        {
            "start": 970409454,
            "stop": 970409477
        },
        {
            "start": 970409483,
            "stop": 970409502
        },
        {
            "start": 970409509,
            "stop": 970409514
        }
    ]
}