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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4658",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4659,
    "results": [
        {
            "start": 874288783,
            "stop": 874288839
        },
        {
            "start": 874288870,
            "stop": 874288872
        },
        {
            "start": 874288909,
            "stop": 874288924
        },
        {
            "start": 874288943,
            "stop": 874288948
        },
        {
            "start": 874288969,
            "stop": 874289044
        },
        {
            "start": 874289074,
            "stop": 874289098
        },
        {
            "start": 874289117,
            "stop": 874289160
        },
        {
            "start": 874289179,
            "stop": 874289221
        },
        {
            "start": 874289240,
            "stop": 874289296
        },
        {
            "start": 874289316,
            "stop": 874289340
        },
        {
            "start": 874289407,
            "stop": 874289467
        },
        {
            "start": 874289486,
            "stop": 874289581
        },
        {
            "start": 874289611,
            "stop": 874289678
        },
        {
            "start": 874289697,
            "stop": 874289733
        },
        {
            "start": 874289752,
            "stop": 874289761
        },
        {
            "start": 874289781,
            "stop": 874289887
        },
        {
            "start": 874289907,
            "stop": 874289917
        },
        {
            "start": 874289936,
            "stop": 874290000
        },
        {
            "start": 874290077,
            "stop": 874290078
        },
        {
            "start": 874290244,
            "stop": 874290310
        }
    ]
}