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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 177,
    "results": [
        {
            "start": 1258760537,
            "stop": 1258760540
        },
        {
            "start": 1258760543,
            "stop": 1258760588
        },
        {
            "start": 1258760589,
            "stop": 1258760590
        },
        {
            "start": 1258760592,
            "stop": 1258760625
        },
        {
            "start": 1258760628,
            "stop": 1258760643
        },
        {
            "start": 1258760645,
            "stop": 1258760647
        },
        {
            "start": 1258760650,
            "stop": 1258760662
        },
        {
            "start": 1258760666,
            "stop": 1258760691
        },
        {
            "start": 1258760693,
            "stop": 1258760698
        },
        {
            "start": 1258760699,
            "stop": 1258760747
        },
        {
            "start": 1258760748,
            "stop": 1258760749
        },
        {
            "start": 1258760750,
            "stop": 1258760820
        },
        {
            "start": 1258760825,
            "stop": 1258760894
        },
        {
            "start": 1258760898,
            "stop": 1258760913
        },
        {
            "start": 1258760914,
            "stop": 1258760916
        },
        {
            "start": 1258760918,
            "stop": 1258761005
        },
        {
            "start": 1258761007,
            "stop": 1258761008
        },
        {
            "start": 1258761009,
            "stop": 1258761121
        },
        {
            "start": 1258761122,
            "stop": 1258761123
        },
        {
            "start": 1258761126,
            "stop": 1258761141
        }
    ]
}