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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=214",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 215,
    "results": [
        {
            "start": 842398240,
            "stop": 842409233
        },
        {
            "start": 842410797,
            "stop": 842443951
        },
        {
            "start": 842444753,
            "stop": 842450294
        },
        {
            "start": 842450401,
            "stop": 842468452
        },
        {
            "start": 842469613,
            "stop": 842492053
        },
        {
            "start": 842496378,
            "stop": 842511395
        },
        {
            "start": 842513152,
            "stop": 842521656
        },
        {
            "start": 842523087,
            "stop": 842561766
        },
        {
            "start": 842563436,
            "stop": 842586768
        },
        {
            "start": 842587812,
            "stop": 842587864
        },
        {
            "start": 842587892,
            "stop": 842646435
        },
        {
            "start": 842646683,
            "stop": 842653333
        },
        {
            "start": 842655221,
            "stop": 842658003
        },
        {
            "start": 842658143,
            "stop": 842713215
        },
        {
            "start": 842745810,
            "stop": 842803513
        },
        {
            "start": 842805210,
            "stop": 842808073
        },
        {
            "start": 842808097,
            "stop": 842808099
        },
        {
            "start": 842808281,
            "stop": 842814193
        },
        {
            "start": 842814235,
            "stop": 842814236
        },
        {
            "start": 842814469,
            "stop": 842815599
        }
    ]
}