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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=179",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 180,
    "results": [
        {
            "start": 932481930,
            "stop": 932482319
        },
        {
            "start": 932482321,
            "stop": 932482591
        },
        {
            "start": 932482593,
            "stop": 932482625
        },
        {
            "start": 932482627,
            "stop": 932482794
        },
        {
            "start": 932482799,
            "stop": 932482815
        },
        {
            "start": 932483175,
            "stop": 932483296
        },
        {
            "start": 932483298,
            "stop": 932483519
        },
        {
            "start": 932483536,
            "stop": 932483567
        },
        {
            "start": 932483569,
            "stop": 932483648
        },
        {
            "start": 932483651,
            "stop": 932483658
        },
        {
            "start": 932483676,
            "stop": 932483699
        },
        {
            "start": 932483701,
            "stop": 932483755
        },
        {
            "start": 932483757,
            "stop": 932483776
        },
        {
            "start": 932483778,
            "stop": 932483927
        },
        {
            "start": 932483929,
            "stop": 932483949
        },
        {
            "start": 932483951,
            "stop": 932484159
        },
        {
            "start": 932484166,
            "stop": 932484683
        },
        {
            "start": 932484685,
            "stop": 932484806
        },
        {
            "start": 932484808,
            "stop": 932485073
        },
        {
            "start": 932485092,
            "stop": 932485107
        }
    ]
}