Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=97",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 98,
    "results": [
        {
            "start": 1131147662,
            "stop": 1131147698
        },
        {
            "start": 1131147700,
            "stop": 1131147738
        },
        {
            "start": 1131147739,
            "stop": 1131147745
        },
        {
            "start": 1131147746,
            "stop": 1131147748
        },
        {
            "start": 1131147749,
            "stop": 1131147759
        },
        {
            "start": 1131147760,
            "stop": 1131147773
        },
        {
            "start": 1131147774,
            "stop": 1131147892
        },
        {
            "start": 1131147893,
            "stop": 1131147896
        },
        {
            "start": 1131147897,
            "stop": 1131147913
        },
        {
            "start": 1131147914,
            "stop": 1131147915
        },
        {
            "start": 1131147917,
            "stop": 1131147929
        },
        {
            "start": 1131147930,
            "stop": 1131147964
        },
        {
            "start": 1131147965,
            "stop": 1131147968
        },
        {
            "start": 1131147969,
            "stop": 1131147973
        },
        {
            "start": 1131147974,
            "stop": 1131147997
        },
        {
            "start": 1131147999,
            "stop": 1131148004
        },
        {
            "start": 1131148005,
            "stop": 1131148031
        },
        {
            "start": 1131148032,
            "stop": 1131148037
        },
        {
            "start": 1131148038,
            "stop": 1131148039
        },
        {
            "start": 1131148040,
            "stop": 1131148042
        }
    ]
}