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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=219",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 220,
    "results": [
        {
            "start": 1264391244,
            "stop": 1264391246
        },
        {
            "start": 1264391247,
            "stop": 1264391250
        },
        {
            "start": 1264391252,
            "stop": 1264391258
        },
        {
            "start": 1264391260,
            "stop": 1264391266
        },
        {
            "start": 1264391268,
            "stop": 1264391484
        },
        {
            "start": 1264391486,
            "stop": 1264391492
        },
        {
            "start": 1264391495,
            "stop": 1264391553
        },
        {
            "start": 1264391555,
            "stop": 1264391570
        },
        {
            "start": 1264391572,
            "stop": 1264391579
        },
        {
            "start": 1264391581,
            "stop": 1264391582
        },
        {
            "start": 1264391584,
            "stop": 1264391587
        },
        {
            "start": 1264391589,
            "stop": 1264391611
        },
        {
            "start": 1264391614,
            "stop": 1264391616
        },
        {
            "start": 1264391617,
            "stop": 1264391652
        },
        {
            "start": 1264391653,
            "stop": 1264391660
        },
        {
            "start": 1264391662,
            "stop": 1264391678
        },
        {
            "start": 1264391679,
            "stop": 1264391729
        },
        {
            "start": 1264391730,
            "stop": 1264391799
        },
        {
            "start": 1264391802,
            "stop": 1264391817
        },
        {
            "start": 1264391818,
            "stop": 1264391821
        }
    ]
}