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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 23,
    "results": [
        {
            "start": 1257054123,
            "stop": 1257054222
        },
        {
            "start": 1257054225,
            "stop": 1257054961
        },
        {
            "start": 1257054969,
            "stop": 1257055550
        },
        {
            "start": 1257055552,
            "stop": 1257055579
        },
        {
            "start": 1257055584,
            "stop": 1257055585
        },
        {
            "start": 1257055587,
            "stop": 1257056563
        },
        {
            "start": 1257056566,
            "stop": 1257057184
        },
        {
            "start": 1257057187,
            "stop": 1257057996
        },
        {
            "start": 1257057999,
            "stop": 1257060835
        },
        {
            "start": 1257060838,
            "stop": 1257061299
        },
        {
            "start": 1257061302,
            "stop": 1257061550
        },
        {
            "start": 1257061558,
            "stop": 1257062564
        },
        {
            "start": 1257062567,
            "stop": 1257062825
        },
        {
            "start": 1257062828,
            "stop": 1257064057
        },
        {
            "start": 1257064060,
            "stop": 1257064718
        },
        {
            "start": 1257064726,
            "stop": 1257068123
        },
        {
            "start": 1257068131,
            "stop": 1257070964
        },
        {
            "start": 1257071316,
            "stop": 1257072185
        },
        {
            "start": 1257072187,
            "stop": 1257072669
        },
        {
            "start": 1257072672,
            "stop": 1257072898
        }
    ]
}