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=7486
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=7487",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7485",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7486,
    "results": [
        {
            "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
        },
        {
            "start": 970154317,
            "stop": 970154358
        },
        {
            "start": 970154384,
            "stop": 970155206
        },
        {
            "start": 970155209,
            "stop": 970155270
        },
        {
            "start": 970155296,
            "stop": 970155342
        },
        {
            "start": 970155348,
            "stop": 970155353
        }
    ]
}