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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=14",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 15,
    "results": [
        {
            "start": 931504175,
            "stop": 931504191
        },
        {
            "start": 931504267,
            "stop": 931504275
        },
        {
            "start": 931504323,
            "stop": 931504334
        },
        {
            "start": 931504466,
            "stop": 931504478
        },
        {
            "start": 931504595,
            "stop": 931504602
        },
        {
            "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
        }
    ]
}