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=3821
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=3822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3820",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3821,
    "results": [
        {
            "start": 873400749,
            "stop": 873400825
        },
        {
            "start": 873400832,
            "stop": 873400893
        },
        {
            "start": 873400896,
            "stop": 873400901
        },
        {
            "start": 873400904,
            "stop": 873402088
        },
        {
            "start": 873402091,
            "stop": 873402162
        },
        {
            "start": 873402165,
            "stop": 873402167
        },
        {
            "start": 873402170,
            "stop": 873403022
        },
        {
            "start": 873403025,
            "stop": 873403034
        },
        {
            "start": 873403037,
            "stop": 873403518
        },
        {
            "start": 873403521,
            "stop": 873403525
        },
        {
            "start": 873403528,
            "stop": 873404764
        },
        {
            "start": 873404767,
            "stop": 873405060
        },
        {
            "start": 873405065,
            "stop": 873405640
        },
        {
            "start": 873405643,
            "stop": 873405992
        },
        {
            "start": 873405995,
            "stop": 873406001
        },
        {
            "start": 873406004,
            "stop": 873406005
        },
        {
            "start": 873406013,
            "stop": 873406034
        },
        {
            "start": 873406040,
            "stop": 873406046
        },
        {
            "start": 873406055,
            "stop": 873406063
        },
        {
            "start": 873406066,
            "stop": 873406068
        }
    ]
}