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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1456",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1457,
    "results": [
        {
            "start": 858625230,
            "stop": 858626634
        },
        {
            "start": 858627585,
            "stop": 858637464
        },
        {
            "start": 858637467,
            "stop": 858643078
        },
        {
            "start": 858643283,
            "stop": 858693552
        },
        {
            "start": 858694127,
            "stop": 858715046
        },
        {
            "start": 858715357,
            "stop": 858717415
        },
        {
            "start": 858717688,
            "stop": 858724967
        },
        {
            "start": 858725316,
            "stop": 858741282
        },
        {
            "start": 858741462,
            "stop": 858777077
        },
        {
            "start": 858778422,
            "stop": 858783471
        },
        {
            "start": 858783774,
            "stop": 858784086
        },
        {
            "start": 858784156,
            "stop": 858785954
        },
        {
            "start": 858791763,
            "stop": 858792767
        },
        {
            "start": 858793740,
            "stop": 858797985
        },
        {
            "start": 858798265,
            "stop": 858799572
        },
        {
            "start": 858800050,
            "stop": 858805275
        },
        {
            "start": 858805278,
            "stop": 858805280
        },
        {
            "start": 858805968,
            "stop": 858806863
        },
        {
            "start": 858811192,
            "stop": 858819185
        },
        {
            "start": 858825932,
            "stop": 858885505
        }
    ]
}