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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 29,
    "results": [
        {
            "start": 931155476,
            "stop": 931155483
        },
        {
            "start": 931155485,
            "stop": 931155489
        },
        {
            "start": 931155493,
            "stop": 931155494
        },
        {
            "start": 931155496,
            "stop": 931155497
        },
        {
            "start": 931155504,
            "stop": 931155512
        },
        {
            "start": 931157974,
            "stop": 931158108
        },
        {
            "start": 931158110,
            "stop": 931158191
        },
        {
            "start": 931158193,
            "stop": 931158232
        },
        {
            "start": 931158233,
            "stop": 931158567
        },
        {
            "start": 931160296,
            "stop": 931160407
        },
        {
            "start": 931160408,
            "stop": 931160476
        },
        {
            "start": 931160478,
            "stop": 931160692
        },
        {
            "start": 931160694,
            "stop": 931161316
        },
        {
            "start": 931161317,
            "stop": 931161545
        },
        {
            "start": 931161547,
            "stop": 931161651
        },
        {
            "start": 931161653,
            "stop": 931161793
        },
        {
            "start": 931161795,
            "stop": 931161796
        },
        {
            "start": 931161798,
            "stop": 931161834
        },
        {
            "start": 931161836,
            "stop": 931161849
        },
        {
            "start": 931161851,
            "stop": 931161877
        }
    ]
}