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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=159",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 160,
    "results": [
        {
            "start": 1131176970,
            "stop": 1131176999
        },
        {
            "start": 1131177000,
            "stop": 1131177006
        },
        {
            "start": 1131177007,
            "stop": 1131177008
        },
        {
            "start": 1131177009,
            "stop": 1131177076
        },
        {
            "start": 1131177077,
            "stop": 1131177089
        },
        {
            "start": 1131177090,
            "stop": 1131177092
        },
        {
            "start": 1131177093,
            "stop": 1131177124
        },
        {
            "start": 1131177125,
            "stop": 1131177155
        },
        {
            "start": 1131177156,
            "stop": 1131177165
        },
        {
            "start": 1131177166,
            "stop": 1131177174
        },
        {
            "start": 1131177175,
            "stop": 1131177192
        },
        {
            "start": 1131177194,
            "stop": 1131177204
        },
        {
            "start": 1131177205,
            "stop": 1131177208
        },
        {
            "start": 1131177209,
            "stop": 1131177305
        },
        {
            "start": 1131177306,
            "stop": 1131177313
        },
        {
            "start": 1131177314,
            "stop": 1131177340
        },
        {
            "start": 1131177341,
            "stop": 1131177343
        },
        {
            "start": 1131177345,
            "stop": 1131177383
        },
        {
            "start": 1131177384,
            "stop": 1131177408
        },
        {
            "start": 1131177409,
            "stop": 1131177428
        }
    ]
}