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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=316",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 317,
    "results": [
        {
            "start": 860166292,
            "stop": 860166328
        },
        {
            "start": 860166345,
            "stop": 860166407
        },
        {
            "start": 860166424,
            "stop": 860166810
        },
        {
            "start": 860166965,
            "stop": 860167143
        },
        {
            "start": 860167443,
            "stop": 860167854
        },
        {
            "start": 860167872,
            "stop": 860167874
        },
        {
            "start": 860167915,
            "stop": 860167946
        },
        {
            "start": 860167973,
            "stop": 860168292
        },
        {
            "start": 860168334,
            "stop": 860168412
        },
        {
            "start": 860168429,
            "stop": 860168610
        },
        {
            "start": 860168670,
            "stop": 860168685
        },
        {
            "start": 860169652,
            "stop": 860169666
        },
        {
            "start": 860169683,
            "stop": 860169779
        },
        {
            "start": 860170425,
            "stop": 860170430
        },
        {
            "start": 860170781,
            "stop": 860170792
        },
        {
            "start": 860206202,
            "stop": 860208630
        },
        {
            "start": 860208750,
            "stop": 860209159
        },
        {
            "start": 860209206,
            "stop": 860252021
        },
        {
            "start": 860252027,
            "stop": 860252424
        },
        {
            "start": 860269903,
            "stop": 860270895
        }
    ]
}