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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=46",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 47,
    "results": [
        {
            "start": 1173302962,
            "stop": 1173303371
        },
        {
            "start": 1173303372,
            "stop": 1173303373
        },
        {
            "start": 1173303375,
            "stop": 1173303564
        },
        {
            "start": 1173303565,
            "stop": 1173303736
        },
        {
            "start": 1173303737,
            "stop": 1173303739
        },
        {
            "start": 1173303741,
            "stop": 1173303883
        },
        {
            "start": 1173303884,
            "stop": 1173303889
        },
        {
            "start": 1173303891,
            "stop": 1173303921
        },
        {
            "start": 1173303923,
            "stop": 1173303924
        },
        {
            "start": 1173303927,
            "stop": 1173303978
        },
        {
            "start": 1173303979,
            "stop": 1173305292
        },
        {
            "start": 1173305294,
            "stop": 1173305300
        },
        {
            "start": 1173305301,
            "stop": 1173308799
        },
        {
            "start": 1173308801,
            "stop": 1173309698
        },
        {
            "start": 1173342951,
            "stop": 1173343717
        },
        {
            "start": 1173346581,
            "stop": 1173367688
        },
        {
            "start": 1173367962,
            "stop": 1173373440
        },
        {
            "start": 1173373952,
            "stop": 1173382223
        },
        {
            "start": 1173382238,
            "stop": 1173384657
        },
        {
            "start": 1173384659,
            "stop": 1173384782
        }
    ]
}