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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8739",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8740,
    "results": [
        {
            "start": 872906563,
            "stop": 872908698
        },
        {
            "start": 872908818,
            "stop": 872912104
        },
        {
            "start": 872912224,
            "stop": 872912677
        },
        {
            "start": 872912797,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872917977
        },
        {
            "start": 872946775,
            "stop": 872948020
        },
        {
            "start": 872948024,
            "stop": 872948510
        },
        {
            "start": 872948650,
            "stop": 872949650
        },
        {
            "start": 872949850,
            "stop": 872950350
        },
        {
            "start": 872950470,
            "stop": 872950752
        },
        {
            "start": 872950900,
            "stop": 872951083
        },
        {
            "start": 872951203,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952170
        },
        {
            "start": 872952250,
            "stop": 872952288
        },
        {
            "start": 872952408,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872972539
        },
        {
            "start": 872972556,
            "stop": 872972775
        },
        {
            "start": 872972950,
            "stop": 872973480
        },
        {
            "start": 872973540,
            "stop": 872973702
        },
        {
            "start": 872973822,
            "stop": 872973927
        }
    ]
}