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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1144",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1142",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1143,
    "results": [
        {
            "start": 1136511831,
            "stop": 1136511835
        },
        {
            "start": 1136511838,
            "stop": 1136511846
        },
        {
            "start": 1136511849,
            "stop": 1136511861
        },
        {
            "start": 1136511864,
            "stop": 1136511874
        },
        {
            "start": 1136511877,
            "stop": 1136511883
        },
        {
            "start": 1136511886,
            "stop": 1136511906
        },
        {
            "start": 1136511909,
            "stop": 1136511916
        },
        {
            "start": 1136511919,
            "stop": 1136511925
        },
        {
            "start": 1136511928,
            "stop": 1136511936
        },
        {
            "start": 1136511939,
            "stop": 1136511958
        },
        {
            "start": 1136511961,
            "stop": 1136511985
        },
        {
            "start": 1136511988,
            "stop": 1136511999
        },
        {
            "start": 1136512002,
            "stop": 1136512009
        },
        {
            "start": 1136512012,
            "stop": 1136512015
        },
        {
            "start": 1136512018,
            "stop": 1136512028
        },
        {
            "start": 1136512031,
            "stop": 1136512041
        },
        {
            "start": 1136512044,
            "stop": 1136512049
        },
        {
            "start": 1136512053,
            "stop": 1136512081
        },
        {
            "start": 1136512084,
            "stop": 1136512103
        },
        {
            "start": 1136512106,
            "stop": 1136512119
        }
    ]
}