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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=444",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 445,
    "results": [
        {
            "start": 818749961,
            "stop": 818749971
        },
        {
            "start": 818749974,
            "stop": 818749985
        },
        {
            "start": 818749988,
            "stop": 818750006
        },
        {
            "start": 818750009,
            "stop": 818750016
        },
        {
            "start": 818750021,
            "stop": 818750034
        },
        {
            "start": 818750037,
            "stop": 818750043
        },
        {
            "start": 818750047,
            "stop": 818750048
        },
        {
            "start": 818750051,
            "stop": 818750057
        },
        {
            "start": 818750060,
            "stop": 818750103
        },
        {
            "start": 818750106,
            "stop": 818750107
        },
        {
            "start": 818750110,
            "stop": 818750112
        },
        {
            "start": 818750117,
            "stop": 818750118
        },
        {
            "start": 818750122,
            "stop": 818750124
        },
        {
            "start": 818750127,
            "stop": 818750133
        },
        {
            "start": 818750144,
            "stop": 818750151
        },
        {
            "start": 818750155,
            "stop": 818750157
        },
        {
            "start": 818750160,
            "stop": 818750177
        },
        {
            "start": 818750184,
            "stop": 818750217
        },
        {
            "start": 818750220,
            "stop": 818750232
        },
        {
            "start": 818750237,
            "stop": 818750280
        }
    ]
}