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/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3240
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3239",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3240,
    "results": [
        {
            "start": 872285220,
            "stop": 872286540
        },
        {
            "start": 872286600,
            "stop": 872289360
        },
        {
            "start": 872289420,
            "stop": 872290920
        },
        {
            "start": 872290980,
            "stop": 872293860
        },
        {
            "start": 872293920,
            "stop": 872297400
        },
        {
            "start": 872297520,
            "stop": 872298000
        },
        {
            "start": 872298060,
            "stop": 872299574
        },
        {
            "start": 872300090,
            "stop": 872302680
        },
        {
            "start": 872302740,
            "stop": 872304610
        },
        {
            "start": 872304910,
            "stop": 872306580
        },
        {
            "start": 872306700,
            "stop": 872308830
        },
        {
            "start": 872308920,
            "stop": 872313060
        },
        {
            "start": 872313120,
            "stop": 872315142
        },
        {
            "start": 872315465,
            "stop": 872317440
        },
        {
            "start": 872317500,
            "stop": 872331378
        },
        {
            "start": 872331690,
            "stop": 872342220
        },
        {
            "start": 872342280,
            "stop": 872343059
        },
        {
            "start": 872343120,
            "stop": 872343750
        },
        {
            "start": 872343753,
            "stop": 872345340
        },
        {
            "start": 872345460,
            "stop": 872345471
        }
    ]
}