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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=118",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 119,
    "results": [
        {
            "start": 1134918448,
            "stop": 1134918459
        },
        {
            "start": 1134918467,
            "stop": 1134918481
        },
        {
            "start": 1134918741,
            "stop": 1134918808
        },
        {
            "start": 1134918811,
            "stop": 1134918812
        },
        {
            "start": 1134918815,
            "stop": 1134918816
        },
        {
            "start": 1134918819,
            "stop": 1134918829
        },
        {
            "start": 1134918835,
            "stop": 1134918841
        },
        {
            "start": 1134918845,
            "stop": 1134918862
        },
        {
            "start": 1134918865,
            "stop": 1134918872
        },
        {
            "start": 1134918875,
            "stop": 1134918884
        },
        {
            "start": 1134918895,
            "stop": 1134918931
        },
        {
            "start": 1134918935,
            "stop": 1134918937
        },
        {
            "start": 1134918940,
            "stop": 1134918977
        },
        {
            "start": 1134918995,
            "stop": 1134918997
        },
        {
            "start": 1134919008,
            "stop": 1134919030
        },
        {
            "start": 1134919034,
            "stop": 1134919072
        },
        {
            "start": 1134919076,
            "stop": 1134919093
        },
        {
            "start": 1134919096,
            "stop": 1134919135
        },
        {
            "start": 1134919138,
            "stop": 1134919143
        },
        {
            "start": 1134919148,
            "stop": 1134919150
        }
    ]
}