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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=744",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 745,
    "results": [
        {
            "start": 857517570,
            "stop": 857521770
        },
        {
            "start": 857523555,
            "stop": 857529150
        },
        {
            "start": 857529210,
            "stop": 857529226
        },
        {
            "start": 857530374,
            "stop": 857531060
        },
        {
            "start": 857531671,
            "stop": 857536710
        },
        {
            "start": 857536830,
            "stop": 857544210
        },
        {
            "start": 857545339,
            "stop": 857551710
        },
        {
            "start": 857551770,
            "stop": 857551795
        },
        {
            "start": 857552645,
            "stop": 857559090
        },
        {
            "start": 857559150,
            "stop": 857559170
        },
        {
            "start": 857559774,
            "stop": 857574690
        },
        {
            "start": 857574750,
            "stop": 857580776
        },
        {
            "start": 857580808,
            "stop": 857582010
        },
        {
            "start": 857583894,
            "stop": 857592085
        },
        {
            "start": 857593865,
            "stop": 857596926
        },
        {
            "start": 857597962,
            "stop": 857616270
        },
        {
            "start": 857616390,
            "stop": 857632710
        },
        {
            "start": 857632770,
            "stop": 857632798
        },
        {
            "start": 857633885,
            "stop": 857636341
        },
        {
            "start": 857637670,
            "stop": 857639338
        }
    ]
}