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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 16,
    "results": [
        {
            "start": 1127132846,
            "stop": 1127133359
        },
        {
            "start": 1127156503,
            "stop": 1127156897
        },
        {
            "start": 1127157017,
            "stop": 1127158037
        },
        {
            "start": 1127158097,
            "stop": 1127158115
        },
        {
            "start": 1127158116,
            "stop": 1127158277
        },
        {
            "start": 1127158457,
            "stop": 1127158672
        },
        {
            "start": 1127166399,
            "stop": 1127166797
        },
        {
            "start": 1127166857,
            "stop": 1127167277
        },
        {
            "start": 1127167337,
            "stop": 1127169917
        },
        {
            "start": 1127169977,
            "stop": 1127173517
        },
        {
            "start": 1127173577,
            "stop": 1127173997
        },
        {
            "start": 1127174057,
            "stop": 1127174177
        },
        {
            "start": 1127174237,
            "stop": 1127175377
        },
        {
            "start": 1127175437,
            "stop": 1127178627
        },
        {
            "start": 1127178634,
            "stop": 1127179643
        },
        {
            "start": 1127179651,
            "stop": 1127180255
        },
        {
            "start": 1127180256,
            "stop": 1127182352
        },
        {
            "start": 1127182359,
            "stop": 1127184737
        },
        {
            "start": 1127184797,
            "stop": 1127189897
        },
        {
            "start": 1127189957,
            "stop": 1127213181
        }
    ]
}