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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=260",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 261,
    "results": [
        {
            "start": 962937449,
            "stop": 962937468
        },
        {
            "start": 962937472,
            "stop": 962937478
        },
        {
            "start": 962937480,
            "stop": 962937528
        },
        {
            "start": 962937531,
            "stop": 962937759
        },
        {
            "start": 962937764,
            "stop": 962937817
        },
        {
            "start": 962937820,
            "stop": 962937870
        },
        {
            "start": 962937873,
            "stop": 962938123
        },
        {
            "start": 962938127,
            "stop": 962938196
        },
        {
            "start": 962938202,
            "stop": 962938212
        },
        {
            "start": 962938220,
            "stop": 962938222
        },
        {
            "start": 962938225,
            "stop": 962938233
        },
        {
            "start": 962938236,
            "stop": 962938319
        },
        {
            "start": 962938323,
            "stop": 962938362
        },
        {
            "start": 962938366,
            "stop": 962938381
        },
        {
            "start": 962938388,
            "stop": 962938438
        },
        {
            "start": 962938441,
            "stop": 962938456
        },
        {
            "start": 962938461,
            "stop": 962938476
        },
        {
            "start": 962938480,
            "stop": 962938641
        },
        {
            "start": 962938644,
            "stop": 962938646
        },
        {
            "start": 962938649,
            "stop": 962938673
        }
    ]
}