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=8892
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=8893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8891",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8892,
    "results": [
        {
            "start": 873260632,
            "stop": 873261854
        },
        {
            "start": 873261874,
            "stop": 873262789
        },
        {
            "start": 873262811,
            "stop": 873262829
        },
        {
            "start": 873262846,
            "stop": 873264340
        },
        {
            "start": 873264595,
            "stop": 873264917
        },
        {
            "start": 873264936,
            "stop": 873265168
        },
        {
            "start": 873265185,
            "stop": 873265271
        },
        {
            "start": 873265288,
            "stop": 873265426
        },
        {
            "start": 873265443,
            "stop": 873265573
        },
        {
            "start": 873265592,
            "stop": 873266124
        },
        {
            "start": 873266143,
            "stop": 873266840
        },
        {
            "start": 873266857,
            "stop": 873267041
        },
        {
            "start": 873267058,
            "stop": 873267061
        },
        {
            "start": 873267079,
            "stop": 873267361
        },
        {
            "start": 873267378,
            "stop": 873267598
        },
        {
            "start": 873267615,
            "stop": 873267822
        },
        {
            "start": 873267841,
            "stop": 873268498
        },
        {
            "start": 873268515,
            "stop": 873268582
        },
        {
            "start": 873268602,
            "stop": 873269397
        },
        {
            "start": 873269414,
            "stop": 873269665
        }
    ]
}