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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=201",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 202,
    "results": [
        {
            "start": 820202770,
            "stop": 820202831
        },
        {
            "start": 820202834,
            "stop": 820202843
        },
        {
            "start": 820202846,
            "stop": 820202876
        },
        {
            "start": 820202879,
            "stop": 820202967
        },
        {
            "start": 820202970,
            "stop": 820203005
        },
        {
            "start": 820203008,
            "stop": 820203065
        },
        {
            "start": 820203069,
            "stop": 820203118
        },
        {
            "start": 820203121,
            "stop": 820203138
        },
        {
            "start": 820203144,
            "stop": 820203165
        },
        {
            "start": 820203169,
            "stop": 820203208
        },
        {
            "start": 820203214,
            "stop": 820203237
        },
        {
            "start": 820203240,
            "stop": 820203370
        },
        {
            "start": 820203373,
            "stop": 820203384
        },
        {
            "start": 820203387,
            "stop": 820203391
        },
        {
            "start": 820203395,
            "stop": 820203485
        },
        {
            "start": 820203488,
            "stop": 820203542
        },
        {
            "start": 820203546,
            "stop": 820203568
        },
        {
            "start": 820203572,
            "stop": 820203574
        },
        {
            "start": 820203582,
            "stop": 820203742
        },
        {
            "start": 820203745,
            "stop": 820203787
        }
    ]
}