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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=244",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 245,
    "results": [
        {
            "start": 817859483,
            "stop": 817859512
        },
        {
            "start": 817859539,
            "stop": 817859546
        },
        {
            "start": 817859553,
            "stop": 817859555
        },
        {
            "start": 817859560,
            "stop": 817859622
        },
        {
            "start": 817859657,
            "stop": 817859701
        },
        {
            "start": 817859704,
            "stop": 817859718
        },
        {
            "start": 817859742,
            "stop": 817859764
        },
        {
            "start": 817859798,
            "stop": 817859800
        },
        {
            "start": 817859804,
            "stop": 817859806
        },
        {
            "start": 817859809,
            "stop": 817859818
        },
        {
            "start": 817859838,
            "stop": 817859843
        },
        {
            "start": 817859866,
            "stop": 817859886
        },
        {
            "start": 817859906,
            "stop": 817859910
        },
        {
            "start": 817859914,
            "stop": 817859935
        },
        {
            "start": 817859955,
            "stop": 817859961
        },
        {
            "start": 817860063,
            "stop": 817860069
        },
        {
            "start": 817860072,
            "stop": 817860075
        },
        {
            "start": 817860120,
            "stop": 817860130
        },
        {
            "start": 817860134,
            "stop": 817860136
        },
        {
            "start": 817860140,
            "stop": 817860149
        }
    ]
}