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=524
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=525",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=523",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 524,
    "results": [
        {
            "start": 967904113,
            "stop": 967904569
        },
        {
            "start": 967904574,
            "stop": 967905705
        },
        {
            "start": 967930478,
            "stop": 967931438
        },
        {
            "start": 967946924,
            "stop": 967951121
        },
        {
            "start": 967953605,
            "stop": 967981878
        },
        {
            "start": 967983752,
            "stop": 967988663
        },
        {
            "start": 967988664,
            "stop": 967988672
        },
        {
            "start": 967988712,
            "stop": 967996392
        },
        {
            "start": 967996432,
            "stop": 968004028
        },
        {
            "start": 968005742,
            "stop": 968016905
        },
        {
            "start": 968020385,
            "stop": 968029031
        },
        {
            "start": 968031954,
            "stop": 968032004
        },
        {
            "start": 968035241,
            "stop": 968037527
        },
        {
            "start": 968042392,
            "stop": 968042449
        },
        {
            "start": 968049156,
            "stop": 968056858
        },
        {
            "start": 968056859,
            "stop": 968057498
        },
        {
            "start": 968059194,
            "stop": 968059490
        },
        {
            "start": 968062582,
            "stop": 968067400
        },
        {
            "start": 968073269,
            "stop": 968076643
        },
        {
            "start": 968081304,
            "stop": 968081486
        }
    ]
}