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_CAT2/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_CBCHIGH_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=348",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 349,
    "results": [
        {
            "start": 829239349,
            "stop": 829239353
        },
        {
            "start": 829239356,
            "stop": 829239400
        },
        {
            "start": 829239402,
            "stop": 829239413
        },
        {
            "start": 829239415,
            "stop": 829239429
        },
        {
            "start": 829239431,
            "stop": 829239475
        },
        {
            "start": 829239477,
            "stop": 829239522
        },
        {
            "start": 829239525,
            "stop": 829239551
        },
        {
            "start": 829239553,
            "stop": 829239562
        },
        {
            "start": 829239564,
            "stop": 829239576
        },
        {
            "start": 829239578,
            "stop": 829239604
        },
        {
            "start": 829239611,
            "stop": 829239617
        },
        {
            "start": 829239620,
            "stop": 829239630
        },
        {
            "start": 829239633,
            "stop": 829239634
        },
        {
            "start": 829239639,
            "stop": 829239642
        },
        {
            "start": 829239644,
            "stop": 829239648
        },
        {
            "start": 829239649,
            "stop": 829239653
        },
        {
            "start": 829239655,
            "stop": 829239668
        },
        {
            "start": 829239670,
            "stop": 829239689
        },
        {
            "start": 829239691,
            "stop": 829239710
        },
        {
            "start": 829239712,
            "stop": 829239740
        }
    ]
}