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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=183",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 184,
    "results": [
        {
            "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
        },
        {
            "start": 931433752,
            "stop": 931433754
        },
        {
            "start": 931433756,
            "stop": 931433757
        },
        {
            "start": 931433760,
            "stop": 931433781
        },
        {
            "start": 931433783,
            "stop": 931433785
        },
        {
            "start": 931433787,
            "stop": 931433794
        }
    ]
}