Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=36",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 37,
    "results": [
        {
            "start": 1262662752,
            "stop": 1262664057
        },
        {
            "start": 1262664060,
            "stop": 1262664311
        },
        {
            "start": 1262664313,
            "stop": 1262664426
        },
        {
            "start": 1262664429,
            "stop": 1262664483
        },
        {
            "start": 1262664486,
            "stop": 1262665501
        },
        {
            "start": 1262665503,
            "stop": 1262665507
        },
        {
            "start": 1262665509,
            "stop": 1262665633
        },
        {
            "start": 1262665635,
            "stop": 1262666287
        },
        {
            "start": 1262666290,
            "stop": 1262666332
        },
        {
            "start": 1262666333,
            "stop": 1262666476
        },
        {
            "start": 1262666479,
            "stop": 1262666609
        },
        {
            "start": 1262666613,
            "stop": 1262666682
        },
        {
            "start": 1262666686,
            "stop": 1262666687
        },
        {
            "start": 1262666688,
            "stop": 1262666693
        },
        {
            "start": 1262666697,
            "stop": 1262666883
        },
        {
            "start": 1262666886,
            "stop": 1262666967
        },
        {
            "start": 1262666969,
            "stop": 1262666970
        },
        {
            "start": 1262666973,
            "stop": 1262666975
        },
        {
            "start": 1262666978,
            "stop": 1262666982
        },
        {
            "start": 1262666985,
            "stop": 1262667018
        }
    ]
}