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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=12",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 13,
    "results": [
        {
            "start": 1170573823,
            "stop": 1170573858
        },
        {
            "start": 1170573866,
            "stop": 1170574740
        },
        {
            "start": 1170574747,
            "stop": 1170575251
        },
        {
            "start": 1170575257,
            "stop": 1170577386
        },
        {
            "start": 1170577392,
            "stop": 1170577445
        },
        {
            "start": 1170577450,
            "stop": 1170578038
        },
        {
            "start": 1170578045,
            "stop": 1170578437
        },
        {
            "start": 1170578447,
            "stop": 1170579078
        },
        {
            "start": 1170579082,
            "stop": 1170581954
        },
        {
            "start": 1170581959,
            "stop": 1170584166
        },
        {
            "start": 1170584173,
            "stop": 1170584876
        },
        {
            "start": 1170584890,
            "stop": 1170585238
        },
        {
            "start": 1170585245,
            "stop": 1170602986
        },
        {
            "start": 1170602989,
            "stop": 1170670569
        },
        {
            "start": 1170677563,
            "stop": 1170680718
        },
        {
            "start": 1170693020,
            "stop": 1170702258
        },
        {
            "start": 1170702736,
            "stop": 1170744979
        },
        {
            "start": 1170744989,
            "stop": 1170745120
        },
        {
            "start": 1170745123,
            "stop": 1170745184
        },
        {
            "start": 1170745208,
            "stop": 1170745847
        }
    ]
}