Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=144
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=143",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 144,
    "results": [
        {
            "start": 836580104,
            "stop": 836583169
        },
        {
            "start": 836583760,
            "stop": 836593986
        },
        {
            "start": 836594415,
            "stop": 836601962
        },
        {
            "start": 836603596,
            "stop": 836603605
        },
        {
            "start": 836604056,
            "stop": 836604759
        },
        {
            "start": 836605286,
            "stop": 836605336
        },
        {
            "start": 836605338,
            "stop": 836607070
        },
        {
            "start": 836607560,
            "stop": 836609788
        },
        {
            "start": 836610298,
            "stop": 836616738
        },
        {
            "start": 836617168,
            "stop": 836632761
        },
        {
            "start": 836633308,
            "stop": 836648784
        },
        {
            "start": 836649405,
            "stop": 836664670
        },
        {
            "start": 836701816,
            "stop": 836709557
        },
        {
            "start": 836710680,
            "stop": 836740721
        },
        {
            "start": 836741220,
            "stop": 836762134
        },
        {
            "start": 836762607,
            "stop": 836766103
        },
        {
            "start": 836766681,
            "stop": 836768703
        },
        {
            "start": 836770538,
            "stop": 836770746
        },
        {
            "start": 836772309,
            "stop": 836775970
        },
        {
            "start": 836777056,
            "stop": 836781869
        }
    ]
}