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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=201",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 202,
    "results": [
        {
            "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
        },
        {
            "start": 1136394135,
            "stop": 1136394138
        },
        {
            "start": 1136394148,
            "stop": 1136394150
        }
    ]
}