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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=232",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 233,
    "results": [
        {
            "start": 817858988,
            "stop": 817858994
        },
        {
            "start": 817859042,
            "stop": 817859078
        },
        {
            "start": 817859081,
            "stop": 817859114
        },
        {
            "start": 817859117,
            "stop": 817859140
        },
        {
            "start": 817859144,
            "stop": 817859150
        },
        {
            "start": 817859170,
            "stop": 817859231
        },
        {
            "start": 817859234,
            "stop": 817859239
        },
        {
            "start": 817859276,
            "stop": 817859279
        },
        {
            "start": 817859283,
            "stop": 817859286
        },
        {
            "start": 817859307,
            "stop": 817859317
        },
        {
            "start": 817859337,
            "stop": 817859384
        },
        {
            "start": 817859389,
            "stop": 817859395
        },
        {
            "start": 817859415,
            "stop": 817859423
        },
        {
            "start": 817859427,
            "stop": 817859429
        },
        {
            "start": 817859433,
            "stop": 817859435
        },
        {
            "start": 817859462,
            "stop": 817859479
        },
        {
            "start": 817859483,
            "stop": 817859512
        },
        {
            "start": 817859657,
            "stop": 817859701
        },
        {
            "start": 817859704,
            "stop": 817859718
        },
        {
            "start": 817859742,
            "stop": 817859764
        }
    ]
}