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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7372",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7373,
    "results": [
        {
            "start": 969640572,
            "stop": 969640574
        },
        {
            "start": 969640577,
            "stop": 969640891
        },
        {
            "start": 969640894,
            "stop": 969640967
        },
        {
            "start": 969641087,
            "stop": 969641680
        },
        {
            "start": 969641807,
            "stop": 969641867
        },
        {
            "start": 969641987,
            "stop": 969642362
        },
        {
            "start": 969642491,
            "stop": 969642492
        },
        {
            "start": 969642503,
            "stop": 969642510
        },
        {
            "start": 969642521,
            "stop": 969642647
        },
        {
            "start": 969642772,
            "stop": 969643092
        },
        {
            "start": 969643095,
            "stop": 969643262
        },
        {
            "start": 969643265,
            "stop": 969643576
        },
        {
            "start": 969643579,
            "stop": 969643585
        },
        {
            "start": 969643606,
            "stop": 969644093
        },
        {
            "start": 969644098,
            "stop": 969644292
        },
        {
            "start": 969644295,
            "stop": 969644379
        },
        {
            "start": 969644382,
            "stop": 969644546
        },
        {
            "start": 969644549,
            "stop": 969644567
        },
        {
            "start": 969644747,
            "stop": 969644811
        },
        {
            "start": 969644814,
            "stop": 969644864
        }
    ]
}