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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1248",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1249,
    "results": [
        {
            "start": 957513271,
            "stop": 957513379
        },
        {
            "start": 957513381,
            "stop": 957513392
        },
        {
            "start": 957513395,
            "stop": 957513459
        },
        {
            "start": 957513461,
            "stop": 957513481
        },
        {
            "start": 957513483,
            "stop": 957513537
        },
        {
            "start": 957513539,
            "stop": 957513934
        },
        {
            "start": 957513935,
            "stop": 957513999
        },
        {
            "start": 957514001,
            "stop": 957514023
        },
        {
            "start": 957514024,
            "stop": 957514033
        },
        {
            "start": 957514034,
            "stop": 957514298
        },
        {
            "start": 957514300,
            "stop": 957514312
        },
        {
            "start": 957514314,
            "stop": 957514430
        },
        {
            "start": 957514432,
            "stop": 957514729
        },
        {
            "start": 957514731,
            "stop": 957515025
        },
        {
            "start": 957515027,
            "stop": 957515055
        },
        {
            "start": 957515057,
            "stop": 957515064
        },
        {
            "start": 957515066,
            "stop": 957515138
        },
        {
            "start": 957515140,
            "stop": 957515358
        },
        {
            "start": 957515360,
            "stop": 957515455
        },
        {
            "start": 957515457,
            "stop": 957515746
        }
    ]
}