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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=45",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 46,
    "results": [
        {
            "start": 817391795,
            "stop": 817392081
        },
        {
            "start": 817392084,
            "stop": 817392290
        },
        {
            "start": 817392293,
            "stop": 817392985
        },
        {
            "start": 817392988,
            "stop": 817393293
        },
        {
            "start": 817393296,
            "stop": 817393388
        },
        {
            "start": 817393391,
            "stop": 817394098
        },
        {
            "start": 817394101,
            "stop": 817394261
        },
        {
            "start": 817394264,
            "stop": 817394843
        },
        {
            "start": 817394846,
            "stop": 817395164
        },
        {
            "start": 817395168,
            "stop": 817395169
        },
        {
            "start": 817395172,
            "stop": 817395192
        },
        {
            "start": 817399812,
            "stop": 817400862
        },
        {
            "start": 817400865,
            "stop": 817401541
        },
        {
            "start": 817403006,
            "stop": 817403007
        },
        {
            "start": 817403010,
            "stop": 817403011
        },
        {
            "start": 817403014,
            "stop": 817403015
        },
        {
            "start": 817403029,
            "stop": 817403031
        },
        {
            "start": 817403035,
            "stop": 817403037
        },
        {
            "start": 817403046,
            "stop": 817403047
        },
        {
            "start": 817403050,
            "stop": 817403052
        }
    ]
}