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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=242",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 243,
    "results": [
        {
            "start": 821680243,
            "stop": 821680248
        },
        {
            "start": 821680251,
            "stop": 821680257
        },
        {
            "start": 821680260,
            "stop": 821680264
        },
        {
            "start": 821680267,
            "stop": 821680270
        },
        {
            "start": 821680274,
            "stop": 821680275
        },
        {
            "start": 821680278,
            "stop": 821680281
        },
        {
            "start": 821680284,
            "stop": 821680286
        },
        {
            "start": 821680291,
            "stop": 821680297
        },
        {
            "start": 821680301,
            "stop": 821680314
        },
        {
            "start": 821680317,
            "stop": 821680337
        },
        {
            "start": 821680343,
            "stop": 821680346
        },
        {
            "start": 821680349,
            "stop": 821680354
        },
        {
            "start": 821680357,
            "stop": 821680362
        },
        {
            "start": 821680371,
            "stop": 821680390
        },
        {
            "start": 821680393,
            "stop": 821680395
        },
        {
            "start": 821680401,
            "stop": 821680406
        },
        {
            "start": 821680409,
            "stop": 821680411
        },
        {
            "start": 821680414,
            "stop": 821680415
        },
        {
            "start": 821680425,
            "stop": 821680429
        },
        {
            "start": 821680435,
            "stop": 821680441
        }
    ]
}