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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=516",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 517,
    "results": [
        {
            "start": 965060380,
            "stop": 965065782
        },
        {
            "start": 965065784,
            "stop": 965065786
        },
        {
            "start": 965065787,
            "stop": 965068817
        },
        {
            "start": 965068818,
            "stop": 965072500
        },
        {
            "start": 965072540,
            "stop": 965077856
        },
        {
            "start": 965077858,
            "stop": 965085309
        },
        {
            "start": 965098147,
            "stop": 965102246
        },
        {
            "start": 965102249,
            "stop": 965102594
        },
        {
            "start": 965106489,
            "stop": 965125862
        },
        {
            "start": 965127908,
            "stop": 965144277
        },
        {
            "start": 965504788,
            "stop": 965508638
        },
        {
            "start": 965529827,
            "stop": 965533724
        },
        {
            "start": 965541133,
            "stop": 965545820
        },
        {
            "start": 965546074,
            "stop": 965553144
        },
        {
            "start": 965553527,
            "stop": 965583892
        },
        {
            "start": 965584699,
            "stop": 965585579
        },
        {
            "start": 965585619,
            "stop": 965592774
        },
        {
            "start": 965592775,
            "stop": 965592808
        },
        {
            "start": 965592809,
            "stop": 965594379
        },
        {
            "start": 965594419,
            "stop": 965594439
        }
    ]
}