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=1082
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=1083",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1081",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1082,
    "results": [
        {
            "start": 1136393937,
            "stop": 1136393938
        },
        {
            "start": 1136393944,
            "stop": 1136393945
        },
        {
            "start": 1136393959,
            "stop": 1136393960
        },
        {
            "start": 1136393972,
            "stop": 1136393973
        },
        {
            "start": 1136393979,
            "stop": 1136393980
        },
        {
            "start": 1136393988,
            "stop": 1136393990
        },
        {
            "start": 1136393995,
            "stop": 1136393997
        },
        {
            "start": 1136394002,
            "stop": 1136394003
        },
        {
            "start": 1136394016,
            "stop": 1136394017
        },
        {
            "start": 1136394028,
            "stop": 1136394029
        },
        {
            "start": 1136394036,
            "stop": 1136394039
        },
        {
            "start": 1136394059,
            "stop": 1136394062
        },
        {
            "start": 1136394065,
            "stop": 1136394066
        },
        {
            "start": 1136394071,
            "stop": 1136394073
        },
        {
            "start": 1136394079,
            "stop": 1136394080
        },
        {
            "start": 1136394092,
            "stop": 1136394094
        },
        {
            "start": 1136394099,
            "stop": 1136394101
        },
        {
            "start": 1136394106,
            "stop": 1136394108
        },
        {
            "start": 1136394111,
            "stop": 1136394112
        },
        {
            "start": 1136394130,
            "stop": 1136394132
        }
    ]
}