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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 203,
    "results": [
        {
            "start": 1259189279,
            "stop": 1259189790
        },
        {
            "start": 1259189793,
            "stop": 1259191749
        },
        {
            "start": 1259191750,
            "stop": 1259193018
        },
        {
            "start": 1259193021,
            "stop": 1259193134
        },
        {
            "start": 1259193137,
            "stop": 1259195500
        },
        {
            "start": 1259195503,
            "stop": 1259197674
        },
        {
            "start": 1259197677,
            "stop": 1259198857
        },
        {
            "start": 1259198860,
            "stop": 1259199080
        },
        {
            "start": 1259199288,
            "stop": 1259206156
        },
        {
            "start": 1259206158,
            "stop": 1259207435
        },
        {
            "start": 1259207437,
            "stop": 1259210819
        },
        {
            "start": 1259210822,
            "stop": 1259210957
        },
        {
            "start": 1259210960,
            "stop": 1259211621
        },
        {
            "start": 1259211629,
            "stop": 1259212339
        },
        {
            "start": 1259212342,
            "stop": 1259212767
        },
        {
            "start": 1259212770,
            "stop": 1259212862
        },
        {
            "start": 1259212864,
            "stop": 1259213686
        },
        {
            "start": 1259213689,
            "stop": 1259214412
        },
        {
            "start": 1259214415,
            "stop": 1259214661
        },
        {
            "start": 1259214662,
            "stop": 1259214788
        }
    ]
}