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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7471",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7469",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7470,
    "results": [
        {
            "start": 970150346,
            "stop": 970151131
        },
        {
            "start": 970151134,
            "stop": 970151271
        },
        {
            "start": 970151285,
            "stop": 970151682
        },
        {
            "start": 970151688,
            "stop": 970153202
        },
        {
            "start": 970153208,
            "stop": 970153227
        },
        {
            "start": 970153233,
            "stop": 970153402
        },
        {
            "start": 970153405,
            "stop": 970153762
        },
        {
            "start": 970153770,
            "stop": 970153774
        },
        {
            "start": 970153786,
            "stop": 970153787
        },
        {
            "start": 970153793,
            "stop": 970153794
        },
        {
            "start": 970153809,
            "stop": 970153817
        },
        {
            "start": 970153820,
            "stop": 970153852
        },
        {
            "start": 970153855,
            "stop": 970153983
        },
        {
            "start": 970153989,
            "stop": 970154017
        },
        {
            "start": 970154023,
            "stop": 970154113
        },
        {
            "start": 970154124,
            "stop": 970154141
        },
        {
            "start": 970154160,
            "stop": 970154162
        },
        {
            "start": 970154173,
            "stop": 970154183
        },
        {
            "start": 970154207,
            "stop": 970154224
        },
        {
            "start": 970154241,
            "stop": 970154306
        }
    ]
}