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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=190",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 191,
    "results": [
        {
            "start": 826956908,
            "stop": 826956913
        },
        {
            "start": 826956915,
            "stop": 826956958
        },
        {
            "start": 826956961,
            "stop": 826956963
        },
        {
            "start": 826956965,
            "stop": 826956987
        },
        {
            "start": 826956989,
            "stop": 826957034
        },
        {
            "start": 826957041,
            "stop": 826957210
        },
        {
            "start": 826957212,
            "stop": 826958665
        },
        {
            "start": 826958667,
            "stop": 826958706
        },
        {
            "start": 826958709,
            "stop": 826958716
        },
        {
            "start": 826958718,
            "stop": 826958766
        },
        {
            "start": 826958768,
            "stop": 826958771
        },
        {
            "start": 826958775,
            "stop": 826958776
        },
        {
            "start": 826958779,
            "stop": 826958945
        },
        {
            "start": 826960327,
            "stop": 826964544
        },
        {
            "start": 826964547,
            "stop": 826964656
        },
        {
            "start": 826964658,
            "stop": 826964669
        },
        {
            "start": 826964671,
            "stop": 826964762
        },
        {
            "start": 826964764,
            "stop": 826964879
        },
        {
            "start": 826964881,
            "stop": 826964927
        },
        {
            "start": 826964929,
            "stop": 826964942
        }
    ]
}