Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=33",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 34,
    "results": [
        {
            "start": 816913755,
            "stop": 816913838
        },
        {
            "start": 816913845,
            "stop": 816913993
        },
        {
            "start": 816914022,
            "stop": 816914023
        },
        {
            "start": 816915659,
            "stop": 816916183
        },
        {
            "start": 816916364,
            "stop": 816921434
        },
        {
            "start": 816921441,
            "stop": 816922513
        },
        {
            "start": 816923281,
            "stop": 816923312
        },
        {
            "start": 816923319,
            "stop": 816926352
        },
        {
            "start": 816926365,
            "stop": 816926677
        },
        {
            "start": 816926684,
            "stop": 816929067
        },
        {
            "start": 816929079,
            "stop": 816938607
        },
        {
            "start": 816938614,
            "stop": 816946933
        },
        {
            "start": 816948519,
            "stop": 816948819
        },
        {
            "start": 816948827,
            "stop": 816950320
        },
        {
            "start": 816950327,
            "stop": 816951343
        },
        {
            "start": 816951355,
            "stop": 816951820
        },
        {
            "start": 816951827,
            "stop": 816951864
        },
        {
            "start": 816951871,
            "stop": 816952153
        },
        {
            "start": 816953193,
            "stop": 816953215
        },
        {
            "start": 816953229,
            "stop": 816953420
        }
    ]
}