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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=5",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 6,
    "results": [
        {
            "start": 931053295,
            "stop": 931053298
        },
        {
            "start": 931053301,
            "stop": 931053302
        },
        {
            "start": 931053303,
            "stop": 931053305
        },
        {
            "start": 931053306,
            "stop": 931053309
        },
        {
            "start": 931053311,
            "stop": 931053313
        },
        {
            "start": 931053314,
            "stop": 931053317
        },
        {
            "start": 931053321,
            "stop": 931053325
        },
        {
            "start": 931053327,
            "stop": 931053334
        },
        {
            "start": 931053336,
            "stop": 931053337
        },
        {
            "start": 931053339,
            "stop": 931053340
        },
        {
            "start": 931053343,
            "stop": 931053350
        },
        {
            "start": 931053353,
            "stop": 931053354
        },
        {
            "start": 931053356,
            "stop": 931053357
        },
        {
            "start": 931053364,
            "stop": 931053367
        },
        {
            "start": 931053368,
            "stop": 931053369
        },
        {
            "start": 931053370,
            "stop": 931053372
        },
        {
            "start": 931053374,
            "stop": 931053376
        },
        {
            "start": 931053377,
            "stop": 931053387
        },
        {
            "start": 931053388,
            "stop": 931053391
        },
        {
            "start": 931053392,
            "stop": 931053393
        }
    ]
}