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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=251",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 252,
    "results": [
        {
            "start": 827699661,
            "stop": 827699667
        },
        {
            "start": 827699669,
            "stop": 827699792
        },
        {
            "start": 827699796,
            "stop": 827699813
        },
        {
            "start": 827699815,
            "stop": 827702670
        },
        {
            "start": 827702730,
            "stop": 827703912
        },
        {
            "start": 827703915,
            "stop": 827706810
        },
        {
            "start": 827706967,
            "stop": 827707067
        },
        {
            "start": 827707367,
            "stop": 827734707
        },
        {
            "start": 827734709,
            "stop": 827745427
        },
        {
            "start": 827745431,
            "stop": 827745460
        },
        {
            "start": 827745462,
            "stop": 827760641
        },
        {
            "start": 827760645,
            "stop": 827760647
        },
        {
            "start": 827760649,
            "stop": 827760662
        },
        {
            "start": 827760664,
            "stop": 827760671
        },
        {
            "start": 827760673,
            "stop": 827760677
        },
        {
            "start": 827760679,
            "stop": 827760685
        },
        {
            "start": 827760687,
            "stop": 827760688
        },
        {
            "start": 827760692,
            "stop": 827760766
        },
        {
            "start": 827760769,
            "stop": 827761320
        },
        {
            "start": 827761322,
            "stop": 827761935
        }
    ]
}