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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=678",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 679,
    "results": [
        {
            "start": 829735058,
            "stop": 829735917
        },
        {
            "start": 829735920,
            "stop": 829736981
        },
        {
            "start": 829736984,
            "stop": 829739152
        },
        {
            "start": 829739155,
            "stop": 829739279
        },
        {
            "start": 829739282,
            "stop": 829740059
        },
        {
            "start": 829740063,
            "stop": 829740244
        },
        {
            "start": 829740247,
            "stop": 829740755
        },
        {
            "start": 829740758,
            "stop": 829741359
        },
        {
            "start": 829741362,
            "stop": 829742054
        },
        {
            "start": 829742057,
            "stop": 829743112
        },
        {
            "start": 829743116,
            "stop": 829743979
        },
        {
            "start": 829743983,
            "stop": 829744470
        },
        {
            "start": 829746501,
            "stop": 829746945
        },
        {
            "start": 829746962,
            "stop": 829750115
        },
        {
            "start": 829750118,
            "stop": 829755791
        },
        {
            "start": 829755809,
            "stop": 829758203
        },
        {
            "start": 829758221,
            "stop": 829759454
        },
        {
            "start": 829759457,
            "stop": 829761687
        },
        {
            "start": 829761704,
            "stop": 829761987
        },
        {
            "start": 829762005,
            "stop": 829763447
        }
    ]
}