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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7610",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7608",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7609,
    "results": [
        {
            "start": 970841936,
            "stop": 970841956
        },
        {
            "start": 970842076,
            "stop": 970842094
        },
        {
            "start": 970842097,
            "stop": 970842196
        },
        {
            "start": 970842256,
            "stop": 970842456
        },
        {
            "start": 970842459,
            "stop": 970842462
        },
        {
            "start": 970842465,
            "stop": 970842493
        },
        {
            "start": 970842556,
            "stop": 970842648
        },
        {
            "start": 970842651,
            "stop": 970842667
        },
        {
            "start": 970842671,
            "stop": 970842676
        },
        {
            "start": 970842736,
            "stop": 970842807
        },
        {
            "start": 970842810,
            "stop": 970842821
        },
        {
            "start": 970842824,
            "stop": 970842856
        },
        {
            "start": 970842976,
            "stop": 970843024
        },
        {
            "start": 970843028,
            "stop": 970843122
        },
        {
            "start": 970843125,
            "stop": 970843147
        },
        {
            "start": 970843150,
            "stop": 970843156
        },
        {
            "start": 970843336,
            "stop": 970843366
        },
        {
            "start": 970843369,
            "stop": 970843528
        },
        {
            "start": 970843531,
            "stop": 970843569
        },
        {
            "start": 970843572,
            "stop": 970844026
        }
    ]
}