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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=184",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 185,
    "results": [
        {
            "start": 1180824278,
            "stop": 1180824757
        },
        {
            "start": 1180824758,
            "stop": 1180826602
        },
        {
            "start": 1180826728,
            "stop": 1180849520
        },
        {
            "start": 1180853307,
            "stop": 1180854433
        },
        {
            "start": 1180857787,
            "stop": 1180859227
        },
        {
            "start": 1180862854,
            "stop": 1180863095
        },
        {
            "start": 1180863096,
            "stop": 1180863112
        },
        {
            "start": 1180863115,
            "stop": 1180863121
        },
        {
            "start": 1180863123,
            "stop": 1180863130
        },
        {
            "start": 1180863132,
            "stop": 1180863138
        },
        {
            "start": 1180863140,
            "stop": 1180863241
        },
        {
            "start": 1180863243,
            "stop": 1180863251
        },
        {
            "start": 1180863256,
            "stop": 1180863261
        },
        {
            "start": 1180863267,
            "stop": 1180863271
        },
        {
            "start": 1180863278,
            "stop": 1180863281
        },
        {
            "start": 1180863287,
            "stop": 1180863291
        },
        {
            "start": 1180863295,
            "stop": 1180863300
        },
        {
            "start": 1180863420,
            "stop": 1180864272
        },
        {
            "start": 1180867984,
            "stop": 1180869386
        },
        {
            "start": 1180875607,
            "stop": 1180876926
        }
    ]
}