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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 50,
    "results": [
        {
            "start": 1170772449,
            "stop": 1170772525
        },
        {
            "start": 1170772569,
            "stop": 1170772574
        },
        {
            "start": 1170772579,
            "stop": 1170772602
        },
        {
            "start": 1170772627,
            "stop": 1170772671
        },
        {
            "start": 1170772777,
            "stop": 1170772867
        },
        {
            "start": 1170772879,
            "stop": 1170772945
        },
        {
            "start": 1170772975,
            "stop": 1170773007
        },
        {
            "start": 1170773020,
            "stop": 1170773149
        },
        {
            "start": 1170773158,
            "stop": 1170773176
        },
        {
            "start": 1170782626,
            "stop": 1170783827
        },
        {
            "start": 1170784483,
            "stop": 1170801051
        },
        {
            "start": 1170801054,
            "stop": 1170802815
        },
        {
            "start": 1170802901,
            "stop": 1170802918
        },
        {
            "start": 1170802949,
            "stop": 1170814112
        },
        {
            "start": 1170819744,
            "stop": 1170820925
        },
        {
            "start": 1170822686,
            "stop": 1170823695
        },
        {
            "start": 1170823702,
            "stop": 1170823718
        },
        {
            "start": 1170829066,
            "stop": 1170836221
        },
        {
            "start": 1170836224,
            "stop": 1170865735
        },
        {
            "start": 1170865739,
            "stop": 1170869384
        }
    ]
}