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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=226",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 227,
    "results": [
        {
            "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
        },
        {
            "start": 821542730,
            "stop": 821542894
        },
        {
            "start": 821542899,
            "stop": 821542991
        },
        {
            "start": 821542994,
            "stop": 821543429
        }
    ]
}