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=9057
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=9058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9056",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9057,
    "results": [
        {
            "start": 874392961,
            "stop": 874393348
        },
        {
            "start": 874393367,
            "stop": 874393414
        },
        {
            "start": 874393433,
            "stop": 874393435
        },
        {
            "start": 874393454,
            "stop": 874393532
        },
        {
            "start": 874393551,
            "stop": 874393575
        },
        {
            "start": 874393594,
            "stop": 874393598
        },
        {
            "start": 874393620,
            "stop": 874393704
        },
        {
            "start": 874393723,
            "stop": 874393772
        },
        {
            "start": 874393791,
            "stop": 874393860
        },
        {
            "start": 874393920,
            "stop": 874394224
        },
        {
            "start": 874394244,
            "stop": 874394397
        },
        {
            "start": 874398006,
            "stop": 874398007
        },
        {
            "start": 874398036,
            "stop": 874398042
        },
        {
            "start": 874398080,
            "stop": 874398096
        },
        {
            "start": 874398114,
            "stop": 874398442
        },
        {
            "start": 874398459,
            "stop": 874398466
        },
        {
            "start": 874398486,
            "stop": 874398813
        },
        {
            "start": 874398833,
            "stop": 874399290
        },
        {
            "start": 874399309,
            "stop": 874399558
        },
        {
            "start": 874399577,
            "stop": 874399797
        }
    ]
}