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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 7,
    "results": [
        {
            "start": 1165431871,
            "stop": 1165432799
        },
        {
            "start": 1165433109,
            "stop": 1165435346
        },
        {
            "start": 1165435350,
            "stop": 1165435738
        },
        {
            "start": 1165435779,
            "stop": 1165442246
        },
        {
            "start": 1165442249,
            "stop": 1165451318
        },
        {
            "start": 1165451322,
            "stop": 1165452302
        },
        {
            "start": 1165452306,
            "stop": 1165453202
        },
        {
            "start": 1165453497,
            "stop": 1165474203
        },
        {
            "start": 1165474207,
            "stop": 1165476041
        },
        {
            "start": 1165476045,
            "stop": 1165476126
        },
        {
            "start": 1165476130,
            "stop": 1165482086
        },
        {
            "start": 1165482090,
            "stop": 1165483350
        },
        {
            "start": 1165483354,
            "stop": 1165491286
        },
        {
            "start": 1165491290,
            "stop": 1165499083
        },
        {
            "start": 1165499086,
            "stop": 1165503811
        },
        {
            "start": 1165508628,
            "stop": 1165514163
        },
        {
            "start": 1165514167,
            "stop": 1165518947
        },
        {
            "start": 1165519432,
            "stop": 1165531175
        },
        {
            "start": 1165531632,
            "stop": 1165586698
        },
        {
            "start": 1165586702,
            "stop": 1165597012
        }
    ]
}