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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=10",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 11,
    "results": [
        {
            "start": 1126113733,
            "stop": 1126113944
        },
        {
            "start": 1126113945,
            "stop": 1126114140
        },
        {
            "start": 1126114141,
            "stop": 1126114143
        },
        {
            "start": 1126114144,
            "stop": 1126114188
        },
        {
            "start": 1126114189,
            "stop": 1126114260
        },
        {
            "start": 1126114261,
            "stop": 1126114375
        },
        {
            "start": 1126114377,
            "stop": 1126114441
        },
        {
            "start": 1126114442,
            "stop": 1126114459
        },
        {
            "start": 1126114461,
            "stop": 1126114516
        },
        {
            "start": 1126114518,
            "stop": 1126114607
        },
        {
            "start": 1126114608,
            "stop": 1126114854
        },
        {
            "start": 1126114855,
            "stop": 1126114858
        },
        {
            "start": 1126114859,
            "stop": 1126114861
        },
        {
            "start": 1126121462,
            "stop": 1126121503
        },
        {
            "start": 1126121507,
            "stop": 1126121508
        },
        {
            "start": 1126121511,
            "stop": 1126121515
        },
        {
            "start": 1126121519,
            "stop": 1126121520
        },
        {
            "start": 1126121522,
            "stop": 1126121669
        },
        {
            "start": 1126121670,
            "stop": 1126121808
        },
        {
            "start": 1126121811,
            "stop": 1126122089
        }
    ]
}