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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33198",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33199,
    "results": [
        {
            "start": 970893205,
            "stop": 970893214
        },
        {
            "start": 970893215,
            "stop": 970893243
        },
        {
            "start": 970893244,
            "stop": 970893263
        },
        {
            "start": 970893264,
            "stop": 970893334
        },
        {
            "start": 970893337,
            "stop": 970893358
        },
        {
            "start": 970893359,
            "stop": 970893373
        },
        {
            "start": 970893374,
            "stop": 970893410
        },
        {
            "start": 970893413,
            "stop": 970893548
        },
        {
            "start": 970893551,
            "stop": 970893599
        },
        {
            "start": 970893600,
            "stop": 970893655
        },
        {
            "start": 970893658,
            "stop": 970893714
        },
        {
            "start": 970893717,
            "stop": 970893820
        },
        {
            "start": 970893821,
            "stop": 970893860
        },
        {
            "start": 970893861,
            "stop": 970893874
        },
        {
            "start": 970893877,
            "stop": 970893988
        },
        {
            "start": 970893991,
            "stop": 970894101
        },
        {
            "start": 970894104,
            "stop": 970894159
        },
        {
            "start": 970894162,
            "stop": 970894297
        },
        {
            "start": 970894299,
            "stop": 970894314
        },
        {
            "start": 970894315,
            "stop": 970894341
        }
    ]
}