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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=191",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 192,
    "results": [
        {
            "start": 1264378042,
            "stop": 1264378073
        },
        {
            "start": 1264378074,
            "stop": 1264378090
        },
        {
            "start": 1264378091,
            "stop": 1264378171
        },
        {
            "start": 1264378172,
            "stop": 1264378173
        },
        {
            "start": 1264378174,
            "stop": 1264378186
        },
        {
            "start": 1264378187,
            "stop": 1264378189
        },
        {
            "start": 1264378190,
            "stop": 1264378222
        },
        {
            "start": 1264378223,
            "stop": 1264378224
        },
        {
            "start": 1264378226,
            "stop": 1264378239
        },
        {
            "start": 1264378241,
            "stop": 1264378315
        },
        {
            "start": 1264378317,
            "stop": 1264378342
        },
        {
            "start": 1264378344,
            "stop": 1264378425
        },
        {
            "start": 1264378426,
            "stop": 1264378428
        },
        {
            "start": 1264378429,
            "stop": 1264378453
        },
        {
            "start": 1264378455,
            "stop": 1264378489
        },
        {
            "start": 1264378491,
            "stop": 1264378492
        },
        {
            "start": 1264378493,
            "stop": 1264378500
        },
        {
            "start": 1264378501,
            "stop": 1264378506
        },
        {
            "start": 1264378510,
            "stop": 1264378534
        },
        {
            "start": 1264378535,
            "stop": 1264378536
        }
    ]
}