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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=136",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 137,
    "results": [
        {
            "start": 839508289,
            "stop": 839511130
        },
        {
            "start": 839513276,
            "stop": 839518187
        },
        {
            "start": 839520127,
            "stop": 839541349
        },
        {
            "start": 839541635,
            "stop": 839554373
        },
        {
            "start": 839554596,
            "stop": 839573036
        },
        {
            "start": 839574687,
            "stop": 839591280
        },
        {
            "start": 839593073,
            "stop": 839597211
        },
        {
            "start": 839598915,
            "stop": 839609081
        },
        {
            "start": 839609304,
            "stop": 839622210
        },
        {
            "start": 839622266,
            "stop": 839635726
        },
        {
            "start": 839636011,
            "stop": 839642486
        },
        {
            "start": 839642648,
            "stop": 839659880
        },
        {
            "start": 839662574,
            "stop": 839670493
        },
        {
            "start": 839671525,
            "stop": 839678922
        },
        {
            "start": 839679557,
            "stop": 839682321
        },
        {
            "start": 839714291,
            "stop": 839714422
        },
        {
            "start": 839714490,
            "stop": 839716056
        },
        {
            "start": 839717884,
            "stop": 839740523
        },
        {
            "start": 839741316,
            "stop": 839748774
        },
        {
            "start": 839750786,
            "stop": 839763589
        }
    ]
}