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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=84",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 85,
    "results": [
        {
            "start": 1175435630,
            "stop": 1175435631
        },
        {
            "start": 1175435632,
            "stop": 1175435633
        },
        {
            "start": 1175435634,
            "stop": 1175435636
        },
        {
            "start": 1175435648,
            "stop": 1175435655
        },
        {
            "start": 1175435656,
            "stop": 1175435657
        },
        {
            "start": 1175435658,
            "stop": 1175435680
        },
        {
            "start": 1175435681,
            "stop": 1175435766
        },
        {
            "start": 1175435767,
            "stop": 1175435770
        },
        {
            "start": 1175435771,
            "stop": 1175435775
        },
        {
            "start": 1175435776,
            "stop": 1175435799
        },
        {
            "start": 1175435802,
            "stop": 1175435803
        },
        {
            "start": 1175435808,
            "stop": 1175436080
        },
        {
            "start": 1175436081,
            "stop": 1175436082
        },
        {
            "start": 1175436103,
            "stop": 1175436104
        },
        {
            "start": 1175436105,
            "stop": 1175436147
        },
        {
            "start": 1175436152,
            "stop": 1175436207
        },
        {
            "start": 1175436208,
            "stop": 1175436209
        },
        {
            "start": 1175436210,
            "stop": 1175436246
        },
        {
            "start": 1175436247,
            "stop": 1175436248
        },
        {
            "start": 1175436251,
            "stop": 1175436441
        }
    ]
}