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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 84,
    "results": [
        {
            "start": 1257668580,
            "stop": 1257668600
        },
        {
            "start": 1257668603,
            "stop": 1257670474
        },
        {
            "start": 1257670477,
            "stop": 1257671200
        },
        {
            "start": 1257671203,
            "stop": 1257671334
        },
        {
            "start": 1257671337,
            "stop": 1257671969
        },
        {
            "start": 1257671972,
            "stop": 1257672366
        },
        {
            "start": 1257672369,
            "stop": 1257672712
        },
        {
            "start": 1257672715,
            "stop": 1257680189
        },
        {
            "start": 1257680192,
            "stop": 1257680665
        },
        {
            "start": 1257680673,
            "stop": 1257681840
        },
        {
            "start": 1257681842,
            "stop": 1257682263
        },
        {
            "start": 1257682266,
            "stop": 1257682402
        },
        {
            "start": 1257682405,
            "stop": 1257683122
        },
        {
            "start": 1257683125,
            "stop": 1257685275
        },
        {
            "start": 1257685278,
            "stop": 1257685346
        },
        {
            "start": 1257685349,
            "stop": 1257687236
        },
        {
            "start": 1257687238,
            "stop": 1257687440
        },
        {
            "start": 1257687443,
            "stop": 1257689648
        },
        {
            "start": 1257689650,
            "stop": 1257689857
        },
        {
            "start": 1257689858,
            "stop": 1257690030
        }
    ]
}