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=1885
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=1886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1884",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1885,
    "results": [
        {
            "start": 846270378,
            "stop": 846270392
        },
        {
            "start": 846270398,
            "stop": 846270503
        },
        {
            "start": 846270506,
            "stop": 846270517
        },
        {
            "start": 846270526,
            "stop": 846270835
        },
        {
            "start": 846270840,
            "stop": 846271433
        },
        {
            "start": 846271473,
            "stop": 846271841
        },
        {
            "start": 846271844,
            "stop": 846272476
        },
        {
            "start": 846272667,
            "stop": 846275988
        },
        {
            "start": 846275991,
            "stop": 846276011
        },
        {
            "start": 846276016,
            "stop": 846276018
        },
        {
            "start": 846276029,
            "stop": 846276031
        },
        {
            "start": 846276103,
            "stop": 846277143
        },
        {
            "start": 846277146,
            "stop": 846277226
        },
        {
            "start": 846277230,
            "stop": 846278007
        },
        {
            "start": 846278010,
            "stop": 846278011
        },
        {
            "start": 846278023,
            "stop": 846278037
        },
        {
            "start": 846278045,
            "stop": 846279935
        },
        {
            "start": 846279940,
            "stop": 846279942
        },
        {
            "start": 846279945,
            "stop": 846281267
        },
        {
            "start": 846281273,
            "stop": 846281274
        }
    ]
}