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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=295",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 296,
    "results": [
        {
            "start": 821722673,
            "stop": 821722980
        },
        {
            "start": 821723110,
            "stop": 821723880
        },
        {
            "start": 821723940,
            "stop": 821725680
        },
        {
            "start": 821725740,
            "stop": 821725813
        },
        {
            "start": 821728718,
            "stop": 821728916
        },
        {
            "start": 821728923,
            "stop": 821729160
        },
        {
            "start": 821729220,
            "stop": 821730170
        },
        {
            "start": 821730250,
            "stop": 821731244
        },
        {
            "start": 821731425,
            "stop": 821731680
        },
        {
            "start": 821731905,
            "stop": 821732024
        },
        {
            "start": 821732205,
            "stop": 821732220
        },
        {
            "start": 821732280,
            "stop": 821732504
        },
        {
            "start": 821732685,
            "stop": 821732870
        },
        {
            "start": 821733010,
            "stop": 821733710
        },
        {
            "start": 821733790,
            "stop": 821734924
        },
        {
            "start": 821734953,
            "stop": 821735653
        },
        {
            "start": 821735661,
            "stop": 821736470
        },
        {
            "start": 821736610,
            "stop": 821736779
        },
        {
            "start": 821736786,
            "stop": 821736890
        },
        {
            "start": 821736970,
            "stop": 821737920
        }
    ]
}