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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=179",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 180,
    "results": [
        {
            "start": 1419874624,
            "stop": 1419874730
        },
        {
            "start": 1419874734,
            "stop": 1419875021
        },
        {
            "start": 1419875023,
            "stop": 1419875094
        },
        {
            "start": 1419875098,
            "stop": 1419875127
        },
        {
            "start": 1419875129,
            "stop": 1419875130
        },
        {
            "start": 1419875138,
            "stop": 1419875167
        },
        {
            "start": 1419875169,
            "stop": 1419875206
        },
        {
            "start": 1419875207,
            "stop": 1419875298
        },
        {
            "start": 1419875299,
            "stop": 1419875370
        },
        {
            "start": 1419875375,
            "stop": 1419875470
        },
        {
            "start": 1419875474,
            "stop": 1419875502
        },
        {
            "start": 1419875506,
            "stop": 1419875523
        },
        {
            "start": 1419875525,
            "stop": 1419875534
        },
        {
            "start": 1419875538,
            "stop": 1419875574
        },
        {
            "start": 1419875582,
            "stop": 1419875622
        },
        {
            "start": 1419875627,
            "stop": 1419875716
        },
        {
            "start": 1419875717,
            "stop": 1419875814
        },
        {
            "start": 1419875818,
            "stop": 1419876045
        },
        {
            "start": 1419876046,
            "stop": 1419876066
        },
        {
            "start": 1419876068,
            "stop": 1419876102
        }
    ]
}