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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=115",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 116,
    "results": [
        {
            "start": 931761268,
            "stop": 931761402
        },
        {
            "start": 931761420,
            "stop": 931761451
        },
        {
            "start": 931761469,
            "stop": 931761484
        },
        {
            "start": 931761501,
            "stop": 931761526
        },
        {
            "start": 931761545,
            "stop": 931761581
        },
        {
            "start": 931765138,
            "stop": 931765729
        },
        {
            "start": 931765747,
            "stop": 931766145
        },
        {
            "start": 931766148,
            "stop": 931766185
        },
        {
            "start": 931766204,
            "stop": 931766382
        },
        {
            "start": 931766384,
            "stop": 931766415
        },
        {
            "start": 931766775,
            "stop": 931767126
        },
        {
            "start": 931767144,
            "stop": 931767243
        },
        {
            "start": 931767285,
            "stop": 931767336
        },
        {
            "start": 931767338,
            "stop": 931767392
        },
        {
            "start": 931767394,
            "stop": 931767467
        },
        {
            "start": 931767470,
            "stop": 931767482
        },
        {
            "start": 931767485,
            "stop": 931767498
        },
        {
            "start": 931767500,
            "stop": 931767512
        },
        {
            "start": 931767515,
            "stop": 931767527
        },
        {
            "start": 931767530,
            "stop": 931767557
        }
    ]
}