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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=199",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 200,
    "results": [
        {
            "start": 820413378,
            "stop": 820413712
        },
        {
            "start": 820413719,
            "stop": 820413941
        },
        {
            "start": 820413949,
            "stop": 820413965
        },
        {
            "start": 820413973,
            "stop": 820414219
        },
        {
            "start": 820414234,
            "stop": 820414270
        },
        {
            "start": 820414277,
            "stop": 820414284
        },
        {
            "start": 820414299,
            "stop": 820414316
        },
        {
            "start": 820414323,
            "stop": 820414651
        },
        {
            "start": 820414658,
            "stop": 820414705
        },
        {
            "start": 820414712,
            "stop": 820414803
        },
        {
            "start": 820414810,
            "stop": 820414887
        },
        {
            "start": 820414895,
            "stop": 820414982
        },
        {
            "start": 820414990,
            "stop": 820415011
        },
        {
            "start": 820415018,
            "stop": 820415019
        },
        {
            "start": 820415027,
            "stop": 820415250
        },
        {
            "start": 820415257,
            "stop": 820415460
        },
        {
            "start": 820415520,
            "stop": 820415582
        },
        {
            "start": 820415589,
            "stop": 820415590
        },
        {
            "start": 820415598,
            "stop": 820415646
        },
        {
            "start": 820415653,
            "stop": 820416055
        }
    ]
}