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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=200",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 201,
    "results": [
        {
            "start": 932704252,
            "stop": 932704624
        },
        {
            "start": 932704626,
            "stop": 932704833
        },
        {
            "start": 932704836,
            "stop": 932704849
        },
        {
            "start": 932704852,
            "stop": 932705157
        },
        {
            "start": 932705159,
            "stop": 932705169
        },
        {
            "start": 932705171,
            "stop": 932705294
        },
        {
            "start": 932705297,
            "stop": 932706015
        },
        {
            "start": 932706375,
            "stop": 932706455
        },
        {
            "start": 932706458,
            "stop": 932706933
        },
        {
            "start": 932706936,
            "stop": 932707490
        },
        {
            "start": 932707492,
            "stop": 932707579
        },
        {
            "start": 932707581,
            "stop": 932707699
        },
        {
            "start": 932707701,
            "stop": 932707825
        },
        {
            "start": 932707827,
            "stop": 932708059
        },
        {
            "start": 932708061,
            "stop": 932708332
        },
        {
            "start": 932708334,
            "stop": 932709364
        },
        {
            "start": 932711212,
            "stop": 932711269
        },
        {
            "start": 932711272,
            "stop": 932711727
        },
        {
            "start": 932711746,
            "stop": 932712626
        },
        {
            "start": 932712628,
            "stop": 932713215
        }
    ]
}