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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=348",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 349,
    "results": [
        {
            "start": 857746717,
            "stop": 857746743
        },
        {
            "start": 857746751,
            "stop": 857746805
        },
        {
            "start": 857746809,
            "stop": 857747208
        },
        {
            "start": 857747212,
            "stop": 857747903
        },
        {
            "start": 857747907,
            "stop": 857749052
        },
        {
            "start": 857749239,
            "stop": 857754215
        },
        {
            "start": 857754220,
            "stop": 857754244
        },
        {
            "start": 857754253,
            "stop": 857754331
        },
        {
            "start": 857754335,
            "stop": 857754370
        },
        {
            "start": 857754374,
            "stop": 857754380
        },
        {
            "start": 857754384,
            "stop": 857754394
        },
        {
            "start": 857754408,
            "stop": 857754423
        },
        {
            "start": 857754427,
            "stop": 857754869
        },
        {
            "start": 857754873,
            "stop": 857754985
        },
        {
            "start": 857754989,
            "stop": 857754994
        },
        {
            "start": 857755018,
            "stop": 857755028
        },
        {
            "start": 857755038,
            "stop": 857755043
        },
        {
            "start": 857755057,
            "stop": 857755150
        },
        {
            "start": 857755155,
            "stop": 857755160
        },
        {
            "start": 857755179,
            "stop": 857755316
        }
    ]
}