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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=15",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 16,
    "results": [
        {
            "start": 931505245,
            "stop": 931505250
        },
        {
            "start": 931505473,
            "stop": 931505475
        },
        {
            "start": 931506139,
            "stop": 931506158
        },
        {
            "start": 931506177,
            "stop": 931506190
        },
        {
            "start": 931506209,
            "stop": 931506210
        },
        {
            "start": 931506323,
            "stop": 931506324
        },
        {
            "start": 931506411,
            "stop": 931506418
        },
        {
            "start": 931506490,
            "stop": 931506494
        },
        {
            "start": 931506527,
            "stop": 931506535
        },
        {
            "start": 931506798,
            "stop": 931506800
        },
        {
            "start": 931506921,
            "stop": 931506928
        },
        {
            "start": 931507215,
            "stop": 931507256
        },
        {
            "start": 931507289,
            "stop": 931507290
        },
        {
            "start": 931507309,
            "stop": 931507319
        },
        {
            "start": 931507338,
            "stop": 931507341
        },
        {
            "start": 931507371,
            "stop": 931507382
        },
        {
            "start": 931507407,
            "stop": 931507414
        },
        {
            "start": 931507433,
            "stop": 931507467
        },
        {
            "start": 931507542,
            "stop": 931507544
        },
        {
            "start": 931507577,
            "stop": 931507591
        }
    ]
}