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=8912
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=8913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8911",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8912,
    "results": [
        {
            "start": 873399583,
            "stop": 873399621
        },
        {
            "start": 873399640,
            "stop": 873399677
        },
        {
            "start": 873399696,
            "stop": 873399721
        },
        {
            "start": 873399741,
            "stop": 873400031
        },
        {
            "start": 873400050,
            "stop": 873400063
        },
        {
            "start": 873400083,
            "stop": 873400137
        },
        {
            "start": 873400156,
            "stop": 873400159
        },
        {
            "start": 873400179,
            "stop": 873400225
        },
        {
            "start": 873400244,
            "stop": 873400357
        },
        {
            "start": 873400376,
            "stop": 873400694
        },
        {
            "start": 873400713,
            "stop": 873400738
        },
        {
            "start": 873400757,
            "stop": 873400817
        },
        {
            "start": 873400840,
            "stop": 873400885
        },
        {
            "start": 873400912,
            "stop": 873401154
        },
        {
            "start": 873401173,
            "stop": 873401302
        },
        {
            "start": 873401321,
            "stop": 873401427
        },
        {
            "start": 873401446,
            "stop": 873401896
        },
        {
            "start": 873401915,
            "stop": 873402080
        },
        {
            "start": 873402099,
            "stop": 873402154
        },
        {
            "start": 873402178,
            "stop": 873402312
        }
    ]
}