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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3744",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3745,
    "results": [
        {
            "start": 872916205,
            "stop": 872916207
        },
        {
            "start": 872916210,
            "stop": 872916217
        },
        {
            "start": 872916220,
            "stop": 872916244
        },
        {
            "start": 872916247,
            "stop": 872916794
        },
        {
            "start": 872916797,
            "stop": 872916801
        },
        {
            "start": 872916807,
            "stop": 872916917
        },
        {
            "start": 872916920,
            "stop": 872916982
        },
        {
            "start": 872916987,
            "stop": 872916998
        },
        {
            "start": 872917002,
            "stop": 872917007
        },
        {
            "start": 872917010,
            "stop": 872917036
        },
        {
            "start": 872917039,
            "stop": 872917077
        },
        {
            "start": 872917082,
            "stop": 872917189
        },
        {
            "start": 872917192,
            "stop": 872917223
        },
        {
            "start": 872917226,
            "stop": 872917303
        },
        {
            "start": 872917310,
            "stop": 872917451
        },
        {
            "start": 872917454,
            "stop": 872917689
        },
        {
            "start": 872917697,
            "stop": 872917729
        },
        {
            "start": 872917732,
            "stop": 872917739
        },
        {
            "start": 872917742,
            "stop": 872917906
        },
        {
            "start": 872917910,
            "stop": 872918139
        }
    ]
}