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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=301",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 302,
    "results": [
        {
            "start": 858952166,
            "stop": 858952236
        },
        {
            "start": 858952346,
            "stop": 858953986
        },
        {
            "start": 858954286,
            "stop": 858956610
        },
        {
            "start": 858956629,
            "stop": 858956679
        },
        {
            "start": 858956701,
            "stop": 858957886
        },
        {
            "start": 858957905,
            "stop": 858960980
        },
        {
            "start": 858962252,
            "stop": 858963181
        },
        {
            "start": 858963481,
            "stop": 858963785
        },
        {
            "start": 858965510,
            "stop": 858966255
        },
        {
            "start": 858968477,
            "stop": 858969797
        },
        {
            "start": 858969818,
            "stop": 858970410
        },
        {
            "start": 858970634,
            "stop": 858971764
        },
        {
            "start": 858971783,
            "stop": 858973516
        },
        {
            "start": 858974969,
            "stop": 858985557
        },
        {
            "start": 858986760,
            "stop": 858998912
        },
        {
            "start": 858998933,
            "stop": 859042092
        },
        {
            "start": 859042123,
            "stop": 859042618
        },
        {
            "start": 859059180,
            "stop": 859061357
        },
        {
            "start": 859061383,
            "stop": 859063534
        },
        {
            "start": 859063556,
            "stop": 859064348
        }
    ]
}