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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3779",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3780,
    "results": [
        {
            "start": 873181464,
            "stop": 873184336
        },
        {
            "start": 873186021,
            "stop": 873186022
        },
        {
            "start": 873186031,
            "stop": 873186032
        },
        {
            "start": 873186035,
            "stop": 873186037
        },
        {
            "start": 873186038,
            "stop": 873186039
        },
        {
            "start": 873186041,
            "stop": 873186042
        },
        {
            "start": 873186043,
            "stop": 873186045
        },
        {
            "start": 873186046,
            "stop": 873186047
        },
        {
            "start": 873186049,
            "stop": 873186050
        },
        {
            "start": 873186052,
            "stop": 873186053
        },
        {
            "start": 873186057,
            "stop": 873186058
        },
        {
            "start": 873186065,
            "stop": 873186066
        },
        {
            "start": 873186067,
            "stop": 873186068
        },
        {
            "start": 873186070,
            "stop": 873186071
        },
        {
            "start": 873186074,
            "stop": 873186075
        },
        {
            "start": 873186086,
            "stop": 873186089
        },
        {
            "start": 873186091,
            "stop": 873186092
        },
        {
            "start": 873186093,
            "stop": 873186095
        },
        {
            "start": 873186097,
            "stop": 873186098
        },
        {
            "start": 873186099,
            "stop": 873186100
        }
    ]
}