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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=728",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=726",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 727,
    "results": [
        {
            "start": 1267237069,
            "stop": 1267237932
        },
        {
            "start": 1267237935,
            "stop": 1267242349
        },
        {
            "start": 1267242352,
            "stop": 1267242843
        },
        {
            "start": 1267242846,
            "stop": 1267242881
        },
        {
            "start": 1267242884,
            "stop": 1267243472
        },
        {
            "start": 1267243475,
            "stop": 1267243593
        },
        {
            "start": 1267243601,
            "stop": 1267248638
        },
        {
            "start": 1267248641,
            "stop": 1267250776
        },
        {
            "start": 1267250779,
            "stop": 1267251487
        },
        {
            "start": 1267251490,
            "stop": 1267253694
        },
        {
            "start": 1267253697,
            "stop": 1267257602
        },
        {
            "start": 1267257605,
            "stop": 1267262005
        },
        {
            "start": 1267262012,
            "stop": 1267262621
        },
        {
            "start": 1267262624,
            "stop": 1267263861
        },
        {
            "start": 1267263869,
            "stop": 1267267631
        },
        {
            "start": 1267267634,
            "stop": 1267268592
        },
        {
            "start": 1267268595,
            "stop": 1267270209
        },
        {
            "start": 1267270212,
            "stop": 1267272563
        },
        {
            "start": 1267272565,
            "stop": 1267273398
        },
        {
            "start": 1267273401,
            "stop": 1267278668
        }
    ]
}