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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=149",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 150,
    "results": [
        {
            "start": 837802960,
            "stop": 837815097
        },
        {
            "start": 837816730,
            "stop": 837831149
        },
        {
            "start": 837831150,
            "stop": 837832176
        },
        {
            "start": 837833826,
            "stop": 837833995
        },
        {
            "start": 837834592,
            "stop": 837834723
        },
        {
            "start": 837834726,
            "stop": 837834767
        },
        {
            "start": 837836227,
            "stop": 837842873
        },
        {
            "start": 837844536,
            "stop": 837865568
        },
        {
            "start": 837867035,
            "stop": 837871591
        },
        {
            "start": 837912587,
            "stop": 837923920
        },
        {
            "start": 837925195,
            "stop": 837959659
        },
        {
            "start": 837963044,
            "stop": 837963566
        },
        {
            "start": 837979955,
            "stop": 838041432
        },
        {
            "start": 838042789,
            "stop": 838064181
        },
        {
            "start": 838065830,
            "stop": 838071218
        },
        {
            "start": 838071825,
            "stop": 838072251
        },
        {
            "start": 838072443,
            "stop": 838078583
        },
        {
            "start": 838079671,
            "stop": 838086384
        },
        {
            "start": 838086385,
            "stop": 838086798
        },
        {
            "start": 838089024,
            "stop": 838108035
        }
    ]
}