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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=171",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 172,
    "results": [
        {
            "start": 826929932,
            "stop": 826929934
        },
        {
            "start": 826929936,
            "stop": 826929937
        },
        {
            "start": 826929940,
            "stop": 826929941
        },
        {
            "start": 826929943,
            "stop": 826929944
        },
        {
            "start": 826929947,
            "stop": 826929949
        },
        {
            "start": 826929959,
            "stop": 826929960
        },
        {
            "start": 826929971,
            "stop": 826929972
        },
        {
            "start": 826929976,
            "stop": 826929979
        },
        {
            "start": 826929990,
            "stop": 826929991
        },
        {
            "start": 826930005,
            "stop": 826930007
        },
        {
            "start": 826930014,
            "stop": 826930015
        },
        {
            "start": 826930027,
            "stop": 826930030
        },
        {
            "start": 826930032,
            "stop": 826930035
        },
        {
            "start": 826930037,
            "stop": 826930038
        },
        {
            "start": 826930044,
            "stop": 826930046
        },
        {
            "start": 826930048,
            "stop": 826930056
        },
        {
            "start": 826930058,
            "stop": 826930059
        },
        {
            "start": 826930065,
            "stop": 826930067
        },
        {
            "start": 826930075,
            "stop": 826930082
        },
        {
            "start": 826930084,
            "stop": 826930085
        }
    ]
}