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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=116",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 117,
    "results": [
        {
            "start": 825693360,
            "stop": 825693362
        },
        {
            "start": 825693370,
            "stop": 825695035
        },
        {
            "start": 825695040,
            "stop": 825695062
        },
        {
            "start": 825695068,
            "stop": 825695070
        },
        {
            "start": 825695075,
            "stop": 825695085
        },
        {
            "start": 825695090,
            "stop": 825695092
        },
        {
            "start": 825695100,
            "stop": 825695107
        },
        {
            "start": 825695113,
            "stop": 825696108
        },
        {
            "start": 825697158,
            "stop": 825697374
        },
        {
            "start": 825697484,
            "stop": 825699093
        },
        {
            "start": 825699393,
            "stop": 825699600
        },
        {
            "start": 825699605,
            "stop": 825700112
        },
        {
            "start": 825700115,
            "stop": 825701643
        },
        {
            "start": 825701647,
            "stop": 825702432
        },
        {
            "start": 825702443,
            "stop": 825702467
        },
        {
            "start": 825702473,
            "stop": 825702810
        },
        {
            "start": 825702870,
            "stop": 825702880
        },
        {
            "start": 825702990,
            "stop": 825703792
        },
        {
            "start": 825703798,
            "stop": 825703850
        },
        {
            "start": 825703855,
            "stop": 825703877
        }
    ]
}