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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=45",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 46,
    "results": [
        {
            "start": 1262678342,
            "stop": 1262678347
        },
        {
            "start": 1262678349,
            "stop": 1262678382
        },
        {
            "start": 1262678384,
            "stop": 1262678406
        },
        {
            "start": 1262678409,
            "stop": 1262678413
        },
        {
            "start": 1262678416,
            "stop": 1262678472
        },
        {
            "start": 1262678476,
            "stop": 1262678542
        },
        {
            "start": 1262678543,
            "stop": 1262678546
        },
        {
            "start": 1262678552,
            "stop": 1262678568
        },
        {
            "start": 1262678570,
            "stop": 1262678596
        },
        {
            "start": 1262678598,
            "stop": 1262678623
        },
        {
            "start": 1262678625,
            "stop": 1262678841
        },
        {
            "start": 1262678843,
            "stop": 1262678900
        },
        {
            "start": 1262678903,
            "stop": 1262678952
        },
        {
            "start": 1262678954,
            "stop": 1262679014
        },
        {
            "start": 1262679015,
            "stop": 1262679047
        },
        {
            "start": 1262679049,
            "stop": 1262679215
        },
        {
            "start": 1262679217,
            "stop": 1262679237
        },
        {
            "start": 1262679239,
            "stop": 1262679316
        },
        {
            "start": 1262679318,
            "stop": 1262679345
        },
        {
            "start": 1262679350,
            "stop": 1262679366
        }
    ]
}