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=628
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=629",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=627",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 628,
    "results": [
        {
            "start": 1263362331,
            "stop": 1263362679
        },
        {
            "start": 1263362682,
            "stop": 1263363053
        },
        {
            "start": 1263363056,
            "stop": 1263364070
        },
        {
            "start": 1263364073,
            "stop": 1263368936
        },
        {
            "start": 1263368939,
            "stop": 1263369251
        },
        {
            "start": 1263369254,
            "stop": 1263370823
        },
        {
            "start": 1263370826,
            "stop": 1263371224
        },
        {
            "start": 1263371227,
            "stop": 1263372953
        },
        {
            "start": 1263372956,
            "stop": 1263376123
        },
        {
            "start": 1263376126,
            "stop": 1263382375
        },
        {
            "start": 1263382378,
            "stop": 1263382677
        },
        {
            "start": 1263382685,
            "stop": 1263383629
        },
        {
            "start": 1263383637,
            "stop": 1263385647
        },
        {
            "start": 1263385650,
            "stop": 1263389179
        },
        {
            "start": 1263389182,
            "stop": 1263390657
        },
        {
            "start": 1263390665,
            "stop": 1263395733
        },
        {
            "start": 1263395734,
            "stop": 1263396734
        },
        {
            "start": 1263396742,
            "stop": 1263398727
        },
        {
            "start": 1263398731,
            "stop": 1263398912
        },
        {
            "start": 1263399288,
            "stop": 1263399928
        }
    ]
}