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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=183",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 184,
    "results": [
        {
            "start": 931433438,
            "stop": 931433441
        },
        {
            "start": 931433444,
            "stop": 931433445
        },
        {
            "start": 931433447,
            "stop": 931433465
        },
        {
            "start": 931433467,
            "stop": 931433477
        },
        {
            "start": 931433480,
            "stop": 931433488
        },
        {
            "start": 931433490,
            "stop": 931433527
        },
        {
            "start": 931433530,
            "stop": 931433534
        },
        {
            "start": 931433540,
            "stop": 931433547
        },
        {
            "start": 931433550,
            "stop": 931433598
        },
        {
            "start": 931433600,
            "stop": 931433602
        },
        {
            "start": 931433605,
            "stop": 931433613
        },
        {
            "start": 931433615,
            "stop": 931433619
        },
        {
            "start": 931433621,
            "stop": 931433623
        },
        {
            "start": 931433625,
            "stop": 931433626
        },
        {
            "start": 931433628,
            "stop": 931433641
        },
        {
            "start": 931433643,
            "stop": 931433645
        },
        {
            "start": 931433647,
            "stop": 931433658
        },
        {
            "start": 931433661,
            "stop": 931433670
        },
        {
            "start": 931433674,
            "stop": 931433690
        },
        {
            "start": 931433692,
            "stop": 931433750
        }
    ]
}