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=3228
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=3229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3227",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3228,
    "results": [
        {
            "start": 871926480,
            "stop": 871927320
        },
        {
            "start": 871927380,
            "stop": 871927590
        },
        {
            "start": 871927593,
            "stop": 871927603
        },
        {
            "start": 871927607,
            "stop": 871927680
        },
        {
            "start": 871927740,
            "stop": 871928640
        },
        {
            "start": 871928760,
            "stop": 871928940
        },
        {
            "start": 871929000,
            "stop": 871929120
        },
        {
            "start": 871929180,
            "stop": 871929300
        },
        {
            "start": 871929420,
            "stop": 871931400
        },
        {
            "start": 871931460,
            "stop": 871931580
        },
        {
            "start": 871931640,
            "stop": 871933275
        },
        {
            "start": 871933279,
            "stop": 871933650
        },
        {
            "start": 871934076,
            "stop": 871936440
        },
        {
            "start": 871936500,
            "stop": 871936799
        },
        {
            "start": 871936860,
            "stop": 871938000
        },
        {
            "start": 871938060,
            "stop": 871939070
        },
        {
            "start": 871939074,
            "stop": 871939440
        },
        {
            "start": 871939560,
            "stop": 871942254
        },
        {
            "start": 871942270,
            "stop": 871943607
        },
        {
            "start": 871943614,
            "stop": 871944480
        }
    ]
}