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=649
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=650",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=648",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 649,
    "results": [
        {
            "start": 1264122360,
            "stop": 1264125203
        },
        {
            "start": 1264125206,
            "stop": 1264125240
        },
        {
            "start": 1264125243,
            "stop": 1264129285
        },
        {
            "start": 1264129288,
            "stop": 1264130719
        },
        {
            "start": 1264130722,
            "stop": 1264131592
        },
        {
            "start": 1264171464,
            "stop": 1264172741
        },
        {
            "start": 1264172742,
            "stop": 1264172743
        },
        {
            "start": 1264172745,
            "stop": 1264172746
        },
        {
            "start": 1264172748,
            "stop": 1264172757
        },
        {
            "start": 1264172760,
            "stop": 1264172761
        },
        {
            "start": 1264172762,
            "stop": 1264173077
        },
        {
            "start": 1264173080,
            "stop": 1264174438
        },
        {
            "start": 1264174441,
            "stop": 1264174861
        },
        {
            "start": 1264174864,
            "stop": 1264175394
        },
        {
            "start": 1264175397,
            "stop": 1264181442
        },
        {
            "start": 1264181445,
            "stop": 1264182909
        },
        {
            "start": 1264182912,
            "stop": 1264182913
        },
        {
            "start": 1264182916,
            "stop": 1264182921
        },
        {
            "start": 1264182924,
            "stop": 1264184170
        },
        {
            "start": 1264184173,
            "stop": 1264184248
        }
    ]
}