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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=335",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 336,
    "results": [
        {
            "start": 821749775,
            "stop": 821749795
        },
        {
            "start": 821749798,
            "stop": 821749812
        },
        {
            "start": 821749815,
            "stop": 821749823
        },
        {
            "start": 821749826,
            "stop": 821749832
        },
        {
            "start": 821749835,
            "stop": 821749836
        },
        {
            "start": 821749843,
            "stop": 821749848
        },
        {
            "start": 821749853,
            "stop": 821749856
        },
        {
            "start": 821749859,
            "stop": 821749860
        },
        {
            "start": 821749866,
            "stop": 821749867
        },
        {
            "start": 821749871,
            "stop": 821749876
        },
        {
            "start": 821749879,
            "stop": 821749880
        },
        {
            "start": 821749895,
            "stop": 821749896
        },
        {
            "start": 821749902,
            "stop": 821749920
        },
        {
            "start": 821749925,
            "stop": 821749940
        },
        {
            "start": 821749943,
            "stop": 821749944
        },
        {
            "start": 821749950,
            "stop": 821749965
        },
        {
            "start": 821749968,
            "stop": 821749978
        },
        {
            "start": 821749985,
            "stop": 821749989
        },
        {
            "start": 821749992,
            "stop": 821749994
        },
        {
            "start": 821749997,
            "stop": 821750003
        }
    ]
}