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=6358
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=6359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6357",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6358,
    "results": [
        {
            "start": 873476566,
            "stop": 873476844
        },
        {
            "start": 873476845,
            "stop": 873477324
        },
        {
            "start": 873477325,
            "stop": 873477376
        },
        {
            "start": 873477378,
            "stop": 873477520
        },
        {
            "start": 873477521,
            "stop": 873477636
        },
        {
            "start": 873477638,
            "stop": 873477795
        },
        {
            "start": 873477797,
            "stop": 873478609
        },
        {
            "start": 873478610,
            "stop": 873478806
        },
        {
            "start": 873478807,
            "stop": 873478852
        },
        {
            "start": 873478853,
            "stop": 873478921
        },
        {
            "start": 873478923,
            "stop": 873478935
        },
        {
            "start": 873478936,
            "stop": 873479130
        },
        {
            "start": 873479131,
            "stop": 873479208
        },
        {
            "start": 873479210,
            "stop": 873479581
        },
        {
            "start": 873479582,
            "stop": 873479637
        },
        {
            "start": 873479638,
            "stop": 873479902
        },
        {
            "start": 873479903,
            "stop": 873480068
        },
        {
            "start": 873480069,
            "stop": 873480106
        },
        {
            "start": 873480107,
            "stop": 873480150
        },
        {
            "start": 873480151,
            "stop": 873480155
        }
    ]
}