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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8116",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8117,
    "results": [
        {
            "start": 872828423,
            "stop": 872829303
        },
        {
            "start": 872829320,
            "stop": 872830097
        },
        {
            "start": 872830114,
            "stop": 872830408
        },
        {
            "start": 872830425,
            "stop": 872830887
        },
        {
            "start": 872830904,
            "stop": 872830963
        },
        {
            "start": 872830980,
            "stop": 872832149
        },
        {
            "start": 872832166,
            "stop": 872833265
        },
        {
            "start": 872833282,
            "stop": 872835932
        },
        {
            "start": 872835949,
            "stop": 872837837
        },
        {
            "start": 872837854,
            "stop": 872838265
        },
        {
            "start": 872838282,
            "stop": 872838877
        },
        {
            "start": 872838894,
            "stop": 872840723
        },
        {
            "start": 872842448,
            "stop": 872842955
        },
        {
            "start": 872842972,
            "stop": 872843018
        },
        {
            "start": 872843035,
            "stop": 872843743
        },
        {
            "start": 872843957,
            "stop": 872844880
        },
        {
            "start": 872844897,
            "stop": 872845425
        },
        {
            "start": 872845442,
            "stop": 872845508
        },
        {
            "start": 872845525,
            "stop": 872845549
        },
        {
            "start": 872845566,
            "stop": 872846074
        }
    ]
}