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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=410",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 411,
    "results": [
        {
            "start": 818725235,
            "stop": 818725236
        },
        {
            "start": 818725243,
            "stop": 818725244
        },
        {
            "start": 818725259,
            "stop": 818725268
        },
        {
            "start": 818725271,
            "stop": 818725276
        },
        {
            "start": 818725279,
            "stop": 818725284
        },
        {
            "start": 818725288,
            "stop": 818725291
        },
        {
            "start": 818725295,
            "stop": 818725304
        },
        {
            "start": 818725307,
            "stop": 818725308
        },
        {
            "start": 818725312,
            "stop": 818725315
        },
        {
            "start": 818725318,
            "stop": 818725327
        },
        {
            "start": 818725330,
            "stop": 818725334
        },
        {
            "start": 818725337,
            "stop": 818725344
        },
        {
            "start": 818725347,
            "stop": 818725351
        },
        {
            "start": 818725356,
            "stop": 818725357
        },
        {
            "start": 818725361,
            "stop": 818725369
        },
        {
            "start": 818725372,
            "stop": 818725373
        },
        {
            "start": 818725376,
            "stop": 818725380
        },
        {
            "start": 818725390,
            "stop": 818725391
        },
        {
            "start": 818725399,
            "stop": 818725411
        },
        {
            "start": 818725414,
            "stop": 818725418
        }
    ]
}