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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1339",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1340,
    "results": [
        {
            "start": 964905722,
            "stop": 964905730
        },
        {
            "start": 964905731,
            "stop": 964905740
        },
        {
            "start": 964905742,
            "stop": 964905751
        },
        {
            "start": 964905752,
            "stop": 964905756
        },
        {
            "start": 964905757,
            "stop": 964905768
        },
        {
            "start": 964905770,
            "stop": 964905793
        },
        {
            "start": 964905794,
            "stop": 964905815
        },
        {
            "start": 964905816,
            "stop": 964905835
        },
        {
            "start": 964905836,
            "stop": 964905841
        },
        {
            "start": 964905842,
            "stop": 964905858
        },
        {
            "start": 964905859,
            "stop": 964905864
        },
        {
            "start": 964905866,
            "stop": 964905885
        },
        {
            "start": 964905887,
            "stop": 964905902
        },
        {
            "start": 964905903,
            "stop": 964905914
        },
        {
            "start": 964905915,
            "stop": 964905935
        },
        {
            "start": 964905937,
            "stop": 964905980
        },
        {
            "start": 964905982,
            "stop": 964906001
        },
        {
            "start": 964906002,
            "stop": 964906016
        },
        {
            "start": 964906017,
            "stop": 964906027
        },
        {
            "start": 964906028,
            "stop": 964906039
        }
    ]
}