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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8833",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8834,
    "results": [
        {
            "start": 874444108,
            "stop": 874444980
        },
        {
            "start": 874445040,
            "stop": 874445891
        },
        {
            "start": 874445908,
            "stop": 874446100
        },
        {
            "start": 874446117,
            "stop": 874446488
        },
        {
            "start": 874446505,
            "stop": 874446611
        },
        {
            "start": 874446628,
            "stop": 874446634
        },
        {
            "start": 874446796,
            "stop": 874447490
        },
        {
            "start": 874447570,
            "stop": 874447870
        },
        {
            "start": 874447887,
            "stop": 874448270
        },
        {
            "start": 874448410,
            "stop": 874449462
        },
        {
            "start": 874449479,
            "stop": 874450213
        },
        {
            "start": 874450230,
            "stop": 874450282
        },
        {
            "start": 874450469,
            "stop": 874450670
        },
        {
            "start": 874450750,
            "stop": 874450913
        },
        {
            "start": 874450930,
            "stop": 874450974
        },
        {
            "start": 874450991,
            "stop": 874451196
        },
        {
            "start": 874451316,
            "stop": 874452351
        },
        {
            "start": 874452368,
            "stop": 874452975
        },
        {
            "start": 874452992,
            "stop": 874453012
        },
        {
            "start": 874453132,
            "stop": 874453236
        }
    ]
}