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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=280",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 281,
    "results": [
        {
            "start": 1240331158,
            "stop": 1240331162
        },
        {
            "start": 1240335696,
            "stop": 1240335829
        },
        {
            "start": 1240335831,
            "stop": 1240335876
        },
        {
            "start": 1240335877,
            "stop": 1240335880
        },
        {
            "start": 1240335881,
            "stop": 1240336032
        },
        {
            "start": 1240336033,
            "stop": 1240336035
        },
        {
            "start": 1240336036,
            "stop": 1240336042
        },
        {
            "start": 1240336045,
            "stop": 1240336084
        },
        {
            "start": 1240336086,
            "stop": 1240336179
        },
        {
            "start": 1240336180,
            "stop": 1240336399
        },
        {
            "start": 1240336402,
            "stop": 1240336657
        },
        {
            "start": 1240336658,
            "stop": 1240336662
        },
        {
            "start": 1240336663,
            "stop": 1240336773
        },
        {
            "start": 1240336774,
            "stop": 1240336825
        },
        {
            "start": 1240336827,
            "stop": 1240336831
        },
        {
            "start": 1240336832,
            "stop": 1240336851
        },
        {
            "start": 1240336852,
            "stop": 1240336860
        },
        {
            "start": 1240336861,
            "stop": 1240336958
        },
        {
            "start": 1240336961,
            "stop": 1240337240
        },
        {
            "start": 1240337243,
            "stop": 1240337273
        }
    ]
}