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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=341",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 342,
    "results": [
        {
            "start": 1182143991,
            "stop": 1182143995
        },
        {
            "start": 1182143997,
            "stop": 1182144002
        },
        {
            "start": 1182144003,
            "stop": 1182144011
        },
        {
            "start": 1182144015,
            "stop": 1182144038
        },
        {
            "start": 1182144039,
            "stop": 1182144117
        },
        {
            "start": 1182144118,
            "stop": 1182144165
        },
        {
            "start": 1182144166,
            "stop": 1182144226
        },
        {
            "start": 1182144227,
            "stop": 1182144248
        },
        {
            "start": 1182144249,
            "stop": 1182144373
        },
        {
            "start": 1182144375,
            "stop": 1182144638
        },
        {
            "start": 1182144639,
            "stop": 1182144889
        },
        {
            "start": 1182144890,
            "stop": 1182144961
        },
        {
            "start": 1182144963,
            "stop": 1182145179
        },
        {
            "start": 1182145180,
            "stop": 1182145515
        },
        {
            "start": 1182145518,
            "stop": 1182145524
        },
        {
            "start": 1182145526,
            "stop": 1182145528
        },
        {
            "start": 1182145529,
            "stop": 1182145686
        },
        {
            "start": 1182145688,
            "stop": 1182145836
        },
        {
            "start": 1182145838,
            "stop": 1182145916
        },
        {
            "start": 1182145919,
            "stop": 1182146691
        }
    ]
}