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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=252",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 253,
    "results": [
        {
            "start": 821541145,
            "stop": 821541336
        },
        {
            "start": 821541340,
            "stop": 821541455
        },
        {
            "start": 821541459,
            "stop": 821541461
        },
        {
            "start": 821541464,
            "stop": 821541553
        },
        {
            "start": 821541556,
            "stop": 821541859
        },
        {
            "start": 821541862,
            "stop": 821541870
        },
        {
            "start": 821541874,
            "stop": 821541934
        },
        {
            "start": 821541938,
            "stop": 821541940
        },
        {
            "start": 821541943,
            "stop": 821541955
        },
        {
            "start": 821541958,
            "stop": 821542015
        },
        {
            "start": 821542019,
            "stop": 821542021
        },
        {
            "start": 821542024,
            "stop": 821542093
        },
        {
            "start": 821542096,
            "stop": 821542120
        },
        {
            "start": 821542123,
            "stop": 821542215
        },
        {
            "start": 821542219,
            "stop": 821542248
        },
        {
            "start": 821542251,
            "stop": 821542298
        },
        {
            "start": 821542301,
            "stop": 821542390
        },
        {
            "start": 821542393,
            "stop": 821542395
        },
        {
            "start": 821542398,
            "stop": 821542574
        },
        {
            "start": 821542577,
            "stop": 821542727
        }
    ]
}