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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 85,
    "results": [
        {
            "start": 931370606,
            "stop": 931370633
        },
        {
            "start": 931370635,
            "stop": 931370637
        },
        {
            "start": 931370639,
            "stop": 931370684
        },
        {
            "start": 931370686,
            "stop": 931370692
        },
        {
            "start": 931370694,
            "stop": 931370697
        },
        {
            "start": 931370699,
            "stop": 931370700
        },
        {
            "start": 931370702,
            "stop": 931370843
        },
        {
            "start": 931370845,
            "stop": 931370915
        },
        {
            "start": 931370917,
            "stop": 931370928
        },
        {
            "start": 931370930,
            "stop": 931371047
        },
        {
            "start": 931371048,
            "stop": 931371101
        },
        {
            "start": 931371103,
            "stop": 931371183
        },
        {
            "start": 931371185,
            "stop": 931371223
        },
        {
            "start": 931371225,
            "stop": 931371228
        },
        {
            "start": 931371230,
            "stop": 931371236
        },
        {
            "start": 931371239,
            "stop": 931371241
        },
        {
            "start": 931371245,
            "stop": 931371247
        },
        {
            "start": 931371249,
            "stop": 931371252
        },
        {
            "start": 931371263,
            "stop": 931371264
        },
        {
            "start": 931371265,
            "stop": 931371267
        }
    ]
}