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=660
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=661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=659",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 660,
    "results": [
        {
            "start": 829463832,
            "stop": 829464153
        },
        {
            "start": 829464170,
            "stop": 829464575
        },
        {
            "start": 829464592,
            "stop": 829464701
        },
        {
            "start": 829464718,
            "stop": 829464849
        },
        {
            "start": 829464866,
            "stop": 829465479
        },
        {
            "start": 829465496,
            "stop": 829466088
        },
        {
            "start": 829466105,
            "stop": 829466129
        },
        {
            "start": 829466146,
            "stop": 829466565
        },
        {
            "start": 829466582,
            "stop": 829467041
        },
        {
            "start": 829467058,
            "stop": 829467673
        },
        {
            "start": 829467690,
            "stop": 829468215
        },
        {
            "start": 829468232,
            "stop": 829469874
        },
        {
            "start": 829469891,
            "stop": 829471157
        },
        {
            "start": 829471174,
            "stop": 829471798
        },
        {
            "start": 829471815,
            "stop": 829472023
        },
        {
            "start": 829472026,
            "stop": 829472256
        },
        {
            "start": 829472259,
            "stop": 829473022
        },
        {
            "start": 829473025,
            "stop": 829473846
        },
        {
            "start": 829473849,
            "stop": 829474319
        },
        {
            "start": 829474336,
            "stop": 829474428
        }
    ]
}