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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=275",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 276,
    "results": [
        {
            "start": 821687853,
            "stop": 821687857
        },
        {
            "start": 821687862,
            "stop": 821687869
        },
        {
            "start": 821687872,
            "stop": 821687877
        },
        {
            "start": 821687881,
            "stop": 821687886
        },
        {
            "start": 821687889,
            "stop": 821687893
        },
        {
            "start": 821687896,
            "stop": 821687900
        },
        {
            "start": 821687903,
            "stop": 821687905
        },
        {
            "start": 821687911,
            "stop": 821687922
        },
        {
            "start": 821687925,
            "stop": 821687963
        },
        {
            "start": 821687966,
            "stop": 821687967
        },
        {
            "start": 821687970,
            "stop": 821687982
        },
        {
            "start": 821687986,
            "stop": 821687988
        },
        {
            "start": 821687991,
            "stop": 821688016
        },
        {
            "start": 821688019,
            "stop": 821688027
        },
        {
            "start": 821688030,
            "stop": 821688035
        },
        {
            "start": 821688038,
            "stop": 821688045
        },
        {
            "start": 821688050,
            "stop": 821688055
        },
        {
            "start": 821688062,
            "stop": 821688067
        },
        {
            "start": 821688070,
            "stop": 821688112
        },
        {
            "start": 821688115,
            "stop": 821688128
        }
    ]
}