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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=313",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 314,
    "results": [
        {
            "start": 859964362,
            "stop": 859965640
        },
        {
            "start": 859967060,
            "stop": 860000511
        },
        {
            "start": 860000929,
            "stop": 860010705
        },
        {
            "start": 860011960,
            "stop": 860060196
        },
        {
            "start": 860061935,
            "stop": 860067150
        },
        {
            "start": 860067210,
            "stop": 860067224
        },
        {
            "start": 860067246,
            "stop": 860071408
        },
        {
            "start": 860071708,
            "stop": 860090544
        },
        {
            "start": 860090568,
            "stop": 860090577
        },
        {
            "start": 860090598,
            "stop": 860091132
        },
        {
            "start": 860091242,
            "stop": 860091857
        },
        {
            "start": 860092157,
            "stop": 860092547
        },
        {
            "start": 860092657,
            "stop": 860093829
        },
        {
            "start": 860094129,
            "stop": 860094140
        },
        {
            "start": 860094617,
            "stop": 860094905
        },
        {
            "start": 860095415,
            "stop": 860095419
        },
        {
            "start": 860095529,
            "stop": 860096455
        },
        {
            "start": 860096755,
            "stop": 860096880
        },
        {
            "start": 860097180,
            "stop": 860097337
        },
        {
            "start": 860097637,
            "stop": 860097837
        }
    ]
}