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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=294",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 295,
    "results": [
        {
            "start": 935359515,
            "stop": 935361313
        },
        {
            "start": 935361315,
            "stop": 935362233
        },
        {
            "start": 935362236,
            "stop": 935362815
        },
        {
            "start": 935363055,
            "stop": 935363425
        },
        {
            "start": 935364721,
            "stop": 935365890
        },
        {
            "start": 935365893,
            "stop": 935366142
        },
        {
            "start": 935366145,
            "stop": 935366415
        },
        {
            "start": 935366655,
            "stop": 935366867
        },
        {
            "start": 935366869,
            "stop": 935368212
        },
        {
            "start": 935368216,
            "stop": 935370015
        },
        {
            "start": 935370255,
            "stop": 935370538
        },
        {
            "start": 935370540,
            "stop": 935370943
        },
        {
            "start": 935370945,
            "stop": 935371047
        },
        {
            "start": 935371050,
            "stop": 935372189
        },
        {
            "start": 935372191,
            "stop": 935373615
        },
        {
            "start": 935373855,
            "stop": 935375444
        },
        {
            "start": 935375446,
            "stop": 935376523
        },
        {
            "start": 935376526,
            "stop": 935376527
        },
        {
            "start": 935376529,
            "stop": 935376929
        },
        {
            "start": 935376931,
            "stop": 935377215
        }
    ]
}