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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 112,
    "results": [
        {
            "start": 1134908512,
            "stop": 1134908525
        },
        {
            "start": 1134908529,
            "stop": 1134908530
        },
        {
            "start": 1134908549,
            "stop": 1134908552
        },
        {
            "start": 1134908555,
            "stop": 1134908557
        },
        {
            "start": 1134908576,
            "stop": 1134908577
        },
        {
            "start": 1134908580,
            "stop": 1134908583
        },
        {
            "start": 1134908588,
            "stop": 1134908594
        },
        {
            "start": 1134908657,
            "stop": 1134908671
        },
        {
            "start": 1134908680,
            "stop": 1134908686
        },
        {
            "start": 1134908689,
            "stop": 1134908696
        },
        {
            "start": 1134908700,
            "stop": 1134908705
        },
        {
            "start": 1134908708,
            "stop": 1134908709
        },
        {
            "start": 1134908715,
            "stop": 1134908725
        },
        {
            "start": 1134908728,
            "stop": 1134908733
        },
        {
            "start": 1134908753,
            "stop": 1134908756
        },
        {
            "start": 1134908763,
            "stop": 1134908874
        },
        {
            "start": 1134908878,
            "stop": 1134908881
        },
        {
            "start": 1134908884,
            "stop": 1134908903
        },
        {
            "start": 1134908911,
            "stop": 1134908918
        },
        {
            "start": 1134908927,
            "stop": 1134908930
        }
    ]
}