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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=207",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 208,
    "results": [
        {
            "start": 932980746,
            "stop": 932981716
        },
        {
            "start": 932981719,
            "stop": 932982548
        },
        {
            "start": 932982550,
            "stop": 932983215
        },
        {
            "start": 932983575,
            "stop": 932984849
        },
        {
            "start": 932984851,
            "stop": 932986815
        },
        {
            "start": 932987175,
            "stop": 932988050
        },
        {
            "start": 932988052,
            "stop": 932988349
        },
        {
            "start": 932988351,
            "stop": 932988488
        },
        {
            "start": 932988490,
            "stop": 932988553
        },
        {
            "start": 932988555,
            "stop": 932988754
        },
        {
            "start": 932988756,
            "stop": 932989322
        },
        {
            "start": 932989324,
            "stop": 932989469
        },
        {
            "start": 932989471,
            "stop": 932989494
        },
        {
            "start": 932989496,
            "stop": 932989683
        },
        {
            "start": 932989685,
            "stop": 932989848
        },
        {
            "start": 932989850,
            "stop": 932989935
        },
        {
            "start": 932991360,
            "stop": 932991415
        },
        {
            "start": 932991417,
            "stop": 932992221
        },
        {
            "start": 932992223,
            "stop": 932992858
        },
        {
            "start": 932992860,
            "stop": 932992967
        }
    ]
}