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=8967
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=8968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8966",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8967,
    "results": [
        {
            "start": 873783540,
            "stop": 873783554
        },
        {
            "start": 873783574,
            "stop": 873783595
        },
        {
            "start": 873783614,
            "stop": 873783816
        },
        {
            "start": 873783836,
            "stop": 873783875
        },
        {
            "start": 873783892,
            "stop": 873783926
        },
        {
            "start": 873783945,
            "stop": 873784030
        },
        {
            "start": 873784063,
            "stop": 873784217
        },
        {
            "start": 873784236,
            "stop": 873784400
        },
        {
            "start": 873784419,
            "stop": 873784484
        },
        {
            "start": 873784503,
            "stop": 873784678
        },
        {
            "start": 873784699,
            "stop": 873784721
        },
        {
            "start": 873784741,
            "stop": 873784853
        },
        {
            "start": 873784873,
            "stop": 873784906
        },
        {
            "start": 873784925,
            "stop": 873785135
        },
        {
            "start": 873785177,
            "stop": 873785255
        },
        {
            "start": 873785511,
            "stop": 873785517
        },
        {
            "start": 873785536,
            "stop": 873785635
        },
        {
            "start": 873786099,
            "stop": 873786122
        },
        {
            "start": 873786268,
            "stop": 873786290
        },
        {
            "start": 873796197,
            "stop": 873796202
        }
    ]
}