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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=194",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 195,
    "results": [
        {
            "start": 842039464,
            "stop": 842046971
        },
        {
            "start": 842048134,
            "stop": 842048413
        },
        {
            "start": 842049326,
            "stop": 842103793
        },
        {
            "start": 842105153,
            "stop": 842108386
        },
        {
            "start": 842138863,
            "stop": 842189713
        },
        {
            "start": 842190487,
            "stop": 842200139
        },
        {
            "start": 842200742,
            "stop": 842202002
        },
        {
            "start": 842203175,
            "stop": 842205420
        },
        {
            "start": 842206761,
            "stop": 842219588
        },
        {
            "start": 842220866,
            "stop": 842236213
        },
        {
            "start": 842236917,
            "stop": 842294293
        },
        {
            "start": 842295066,
            "stop": 842295357
        },
        {
            "start": 842295916,
            "stop": 842303946
        },
        {
            "start": 842305118,
            "stop": 842325853
        },
        {
            "start": 842326705,
            "stop": 842385133
        },
        {
            "start": 842388568,
            "stop": 842388656
        },
        {
            "start": 842389450,
            "stop": 842409251
        },
        {
            "start": 842411436,
            "stop": 842428633
        },
        {
            "start": 842430323,
            "stop": 842443933
        },
        {
            "start": 842445608,
            "stop": 842458153
        }
    ]
}