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=8951
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=8952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8950",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8951,
    "results": [
        {
            "start": 873733900,
            "stop": 873733991
        },
        {
            "start": 873734012,
            "stop": 873734078
        },
        {
            "start": 873734097,
            "stop": 873734152
        },
        {
            "start": 873734174,
            "stop": 873734236
        },
        {
            "start": 873734256,
            "stop": 873734282
        },
        {
            "start": 873734299,
            "stop": 873734319
        },
        {
            "start": 873734350,
            "stop": 873734356
        },
        {
            "start": 873734376,
            "stop": 873734393
        },
        {
            "start": 873734429,
            "stop": 873734464
        },
        {
            "start": 873734483,
            "stop": 873734505
        },
        {
            "start": 873734525,
            "stop": 873734681
        },
        {
            "start": 873734720,
            "stop": 873734727
        },
        {
            "start": 873734754,
            "stop": 873734772
        },
        {
            "start": 873734794,
            "stop": 873734885
        },
        {
            "start": 873734907,
            "stop": 873734938
        },
        {
            "start": 873734970,
            "stop": 873735021
        },
        {
            "start": 873735042,
            "stop": 873735054
        },
        {
            "start": 873735087,
            "stop": 873735096
        },
        {
            "start": 873735123,
            "stop": 873735126
        },
        {
            "start": 873735145,
            "stop": 873735167
        }
    ]
}