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=1365
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=1366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1364",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1365,
    "results": [
        {
            "start": 966891096,
            "stop": 966897581
        },
        {
            "start": 966897582,
            "stop": 966897586
        },
        {
            "start": 966897588,
            "stop": 966902505
        },
        {
            "start": 966903128,
            "stop": 966906589
        },
        {
            "start": 966906781,
            "stop": 966946065
        },
        {
            "start": 966947549,
            "stop": 966948048
        },
        {
            "start": 966949344,
            "stop": 966951808
        },
        {
            "start": 966951809,
            "stop": 966959586
        },
        {
            "start": 966959587,
            "stop": 966961068
        },
        {
            "start": 966962013,
            "stop": 966962024
        },
        {
            "start": 966962063,
            "stop": 966962066
        },
        {
            "start": 966962093,
            "stop": 966967662
        },
        {
            "start": 966969606,
            "stop": 966971455
        },
        {
            "start": 966973218,
            "stop": 966974559
        },
        {
            "start": 966977392,
            "stop": 966994037
        },
        {
            "start": 966995186,
            "stop": 967001514
        },
        {
            "start": 967002238,
            "stop": 967005013
        },
        {
            "start": 967005015,
            "stop": 967015888
        },
        {
            "start": 967015890,
            "stop": 967019264
        },
        {
            "start": 967019265,
            "stop": 967020406
        }
    ]
}