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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=184",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 185,
    "results": [
        {
            "start": 931433752,
            "stop": 931433754
        },
        {
            "start": 931433756,
            "stop": 931433757
        },
        {
            "start": 931433760,
            "stop": 931433781
        },
        {
            "start": 931433783,
            "stop": 931433785
        },
        {
            "start": 931433787,
            "stop": 931433794
        },
        {
            "start": 931433796,
            "stop": 931433817
        },
        {
            "start": 931433818,
            "stop": 931433823
        },
        {
            "start": 931433825,
            "stop": 931433828
        },
        {
            "start": 931433834,
            "stop": 931433841
        },
        {
            "start": 931433843,
            "stop": 931433849
        },
        {
            "start": 931433851,
            "stop": 931433858
        },
        {
            "start": 931433860,
            "stop": 931433867
        },
        {
            "start": 931433869,
            "stop": 931433874
        },
        {
            "start": 931433876,
            "stop": 931433892
        },
        {
            "start": 931433896,
            "stop": 931433909
        },
        {
            "start": 931433913,
            "stop": 931433916
        },
        {
            "start": 931433918,
            "stop": 931433928
        },
        {
            "start": 931433932,
            "stop": 931433959
        },
        {
            "start": 931433963,
            "stop": 931433977
        },
        {
            "start": 931433979,
            "stop": 931433986
        }
    ]
}