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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=303",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 304,
    "results": [
        {
            "start": 822480340,
            "stop": 822480502
        },
        {
            "start": 822480506,
            "stop": 822480637
        },
        {
            "start": 822480641,
            "stop": 822480862
        },
        {
            "start": 822480865,
            "stop": 822480983
        },
        {
            "start": 822480987,
            "stop": 822481027
        },
        {
            "start": 822481030,
            "stop": 822481086
        },
        {
            "start": 822481090,
            "stop": 822481120
        },
        {
            "start": 822481123,
            "stop": 822481169
        },
        {
            "start": 822481172,
            "stop": 822481174
        },
        {
            "start": 822481177,
            "stop": 822481179
        },
        {
            "start": 822481182,
            "stop": 822481223
        },
        {
            "start": 822481226,
            "stop": 822481251
        },
        {
            "start": 822481254,
            "stop": 822481359
        },
        {
            "start": 822481363,
            "stop": 822481525
        },
        {
            "start": 822481528,
            "stop": 822481535
        },
        {
            "start": 822481538,
            "stop": 822481551
        },
        {
            "start": 822481554,
            "stop": 822481559
        },
        {
            "start": 822481563,
            "stop": 822481569
        },
        {
            "start": 822481572,
            "stop": 822481621
        },
        {
            "start": 822481624,
            "stop": 822481638
        }
    ]
}