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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5044",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5045,
    "results": [
        {
            "start": 874595764,
            "stop": 874595819
        },
        {
            "start": 874595826,
            "stop": 874595855
        },
        {
            "start": 874595862,
            "stop": 874595887
        },
        {
            "start": 874595894,
            "stop": 874595902
        },
        {
            "start": 874595909,
            "stop": 874596006
        },
        {
            "start": 874596016,
            "stop": 874596040
        },
        {
            "start": 874596048,
            "stop": 874596111
        },
        {
            "start": 874596118,
            "stop": 874596137
        },
        {
            "start": 874596145,
            "stop": 874596286
        },
        {
            "start": 874596293,
            "stop": 874596332
        },
        {
            "start": 874596339,
            "stop": 874596359
        },
        {
            "start": 874596367,
            "stop": 874596389
        },
        {
            "start": 874596397,
            "stop": 874596407
        },
        {
            "start": 874596416,
            "stop": 874596498
        },
        {
            "start": 874596505,
            "stop": 874596540
        },
        {
            "start": 874596547,
            "stop": 874596572
        },
        {
            "start": 874596580,
            "stop": 874596595
        },
        {
            "start": 874596602,
            "stop": 874596610
        },
        {
            "start": 874596617,
            "stop": 874596644
        },
        {
            "start": 874596651,
            "stop": 874596661
        }
    ]
}