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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15789",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15787",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15788,
    "results": [
        {
            "start": 971172005,
            "stop": 971172007
        },
        {
            "start": 971172009,
            "stop": 971172013
        },
        {
            "start": 971172014,
            "stop": 971172015
        },
        {
            "start": 971172018,
            "stop": 971172020
        },
        {
            "start": 971172023,
            "stop": 971172025
        },
        {
            "start": 971172028,
            "stop": 971172030
        },
        {
            "start": 971172034,
            "stop": 971172037
        },
        {
            "start": 971172039,
            "stop": 971172040
        },
        {
            "start": 971172042,
            "stop": 971172045
        },
        {
            "start": 971172049,
            "stop": 971172057
        },
        {
            "start": 971172059,
            "stop": 971172061
        },
        {
            "start": 971172064,
            "stop": 971172065
        },
        {
            "start": 971172070,
            "stop": 971172072
        },
        {
            "start": 971172074,
            "stop": 971172075
        },
        {
            "start": 971172083,
            "stop": 971172084
        },
        {
            "start": 971172085,
            "stop": 971172090
        },
        {
            "start": 971172094,
            "stop": 971172098
        },
        {
            "start": 971172100,
            "stop": 971172104
        },
        {
            "start": 971172106,
            "stop": 971172107
        },
        {
            "start": 971172108,
            "stop": 971172110
        }
    ]
}