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=40790
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=40791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40789",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40790,
    "results": [
        {
            "start": 875003301,
            "stop": 875003324
        },
        {
            "start": 875003325,
            "stop": 875003336
        },
        {
            "start": 875003337,
            "stop": 875003355
        },
        {
            "start": 875003356,
            "stop": 875003359
        },
        {
            "start": 875003360,
            "stop": 875003407
        },
        {
            "start": 875003408,
            "stop": 875003418
        },
        {
            "start": 875003419,
            "stop": 875003428
        },
        {
            "start": 875003430,
            "stop": 875003438
        },
        {
            "start": 875003440,
            "stop": 875003461
        },
        {
            "start": 875003463,
            "stop": 875003477
        },
        {
            "start": 875003479,
            "stop": 875003531
        },
        {
            "start": 875003532,
            "stop": 875003535
        },
        {
            "start": 875003536,
            "stop": 875003578
        },
        {
            "start": 875003579,
            "stop": 875003619
        },
        {
            "start": 875003620,
            "stop": 875003653
        },
        {
            "start": 875003654,
            "stop": 875003682
        },
        {
            "start": 875003683,
            "stop": 875003714
        },
        {
            "start": 875003715,
            "stop": 875003805
        },
        {
            "start": 875003806,
            "stop": 875003835
        },
        {
            "start": 875003836,
            "stop": 875003893
        }
    ]
}