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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=252",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 253,
    "results": [
        {
            "start": 1264415481,
            "stop": 1264415916
        },
        {
            "start": 1264415918,
            "stop": 1264416117
        },
        {
            "start": 1264416119,
            "stop": 1264416443
        },
        {
            "start": 1264416446,
            "stop": 1264416584
        },
        {
            "start": 1264416586,
            "stop": 1264416923
        },
        {
            "start": 1264416924,
            "stop": 1264416994
        },
        {
            "start": 1264416996,
            "stop": 1264417002
        },
        {
            "start": 1264417005,
            "stop": 1264417009
        },
        {
            "start": 1264417011,
            "stop": 1264417356
        },
        {
            "start": 1264417357,
            "stop": 1264417363
        },
        {
            "start": 1264417364,
            "stop": 1264417365
        },
        {
            "start": 1264417369,
            "stop": 1264417631
        },
        {
            "start": 1264417632,
            "stop": 1264417633
        },
        {
            "start": 1264417634,
            "stop": 1264417636
        },
        {
            "start": 1264417638,
            "stop": 1264417935
        },
        {
            "start": 1264417937,
            "stop": 1264418303
        },
        {
            "start": 1264418304,
            "stop": 1264418305
        },
        {
            "start": 1264418307,
            "stop": 1264418310
        },
        {
            "start": 1264418314,
            "stop": 1264418315
        },
        {
            "start": 1264418316,
            "stop": 1264418420
        }
    ]
}