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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=133",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 134,
    "results": [
        {
            "start": 819800396,
            "stop": 819800580
        },
        {
            "start": 819800640,
            "stop": 819801056
        },
        {
            "start": 819801063,
            "stop": 819801243
        },
        {
            "start": 819801250,
            "stop": 819801690
        },
        {
            "start": 819801697,
            "stop": 819801850
        },
        {
            "start": 819801857,
            "stop": 819801973
        },
        {
            "start": 819803753,
            "stop": 819804758
        },
        {
            "start": 819804765,
            "stop": 819806725
        },
        {
            "start": 819806732,
            "stop": 819806782
        },
        {
            "start": 819806789,
            "stop": 819807330
        },
        {
            "start": 819807338,
            "stop": 819807650
        },
        {
            "start": 819807730,
            "stop": 819807960
        },
        {
            "start": 819807968,
            "stop": 819808473
        },
        {
            "start": 819808480,
            "stop": 819809398
        },
        {
            "start": 819809405,
            "stop": 819809889
        },
        {
            "start": 819809896,
            "stop": 819810530
        },
        {
            "start": 819810610,
            "stop": 819812474
        },
        {
            "start": 819812481,
            "stop": 819812697
        },
        {
            "start": 819812704,
            "stop": 819812880
        },
        {
            "start": 819812887,
            "stop": 819813273
        }
    ]
}