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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=160",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 161,
    "results": [
        {
            "start": 843948012,
            "stop": 843949045
        },
        {
            "start": 843949582,
            "stop": 843952711
        },
        {
            "start": 843952830,
            "stop": 843981623
        },
        {
            "start": 843984816,
            "stop": 843986731
        },
        {
            "start": 843987496,
            "stop": 843988073
        },
        {
            "start": 843990536,
            "stop": 843992990
        },
        {
            "start": 843994610,
            "stop": 843998872
        },
        {
            "start": 843999058,
            "stop": 843999986
        },
        {
            "start": 844000557,
            "stop": 844001569
        },
        {
            "start": 844001644,
            "stop": 844002188
        },
        {
            "start": 844003915,
            "stop": 844005417
        },
        {
            "start": 844005558,
            "stop": 844005611
        },
        {
            "start": 844005786,
            "stop": 844009798
        },
        {
            "start": 844009918,
            "stop": 844013325
        },
        {
            "start": 844014353,
            "stop": 844015892
        },
        {
            "start": 844017214,
            "stop": 844020561
        },
        {
            "start": 844022618,
            "stop": 844024413
        },
        {
            "start": 844024544,
            "stop": 844026424
        },
        {
            "start": 844027408,
            "stop": 844029685
        },
        {
            "start": 844030652,
            "stop": 844030875
        }
    ]
}