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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=112",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 113,
    "results": [
        {
            "start": 1131153919,
            "stop": 1131153960
        },
        {
            "start": 1131153961,
            "stop": 1131153974
        },
        {
            "start": 1131153975,
            "stop": 1131153990
        },
        {
            "start": 1131153991,
            "stop": 1131154012
        },
        {
            "start": 1131154013,
            "stop": 1131154020
        },
        {
            "start": 1131154021,
            "stop": 1131154044
        },
        {
            "start": 1131154045,
            "stop": 1131154046
        },
        {
            "start": 1131154047,
            "stop": 1131154090
        },
        {
            "start": 1131154091,
            "stop": 1131154113
        },
        {
            "start": 1131154114,
            "stop": 1131154132
        },
        {
            "start": 1131154133,
            "stop": 1131154143
        },
        {
            "start": 1131154144,
            "stop": 1131154156
        },
        {
            "start": 1131154157,
            "stop": 1131154170
        },
        {
            "start": 1131154171,
            "stop": 1131154194
        },
        {
            "start": 1131154195,
            "stop": 1131154245
        },
        {
            "start": 1131154246,
            "stop": 1131154277
        },
        {
            "start": 1131154278,
            "stop": 1131154287
        },
        {
            "start": 1131154288,
            "stop": 1131154344
        },
        {
            "start": 1131154345,
            "stop": 1131154390
        },
        {
            "start": 1131154391,
            "stop": 1131154410
        }
    ]
}