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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=286",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 287,
    "results": [
        {
            "start": 821235443,
            "stop": 821235458
        },
        {
            "start": 821235461,
            "stop": 821235555
        },
        {
            "start": 821235558,
            "stop": 821235691
        },
        {
            "start": 821235694,
            "stop": 821235699
        },
        {
            "start": 821235702,
            "stop": 821235767
        },
        {
            "start": 821235770,
            "stop": 821235880
        },
        {
            "start": 821235883,
            "stop": 821235972
        },
        {
            "start": 821235975,
            "stop": 821236137
        },
        {
            "start": 821236140,
            "stop": 821236202
        },
        {
            "start": 821236205,
            "stop": 821236356
        },
        {
            "start": 821236359,
            "stop": 821236544
        },
        {
            "start": 821236547,
            "stop": 821236797
        },
        {
            "start": 821236800,
            "stop": 821236934
        },
        {
            "start": 821236937,
            "stop": 821237231
        },
        {
            "start": 821237234,
            "stop": 821237408
        },
        {
            "start": 821237411,
            "stop": 821237424
        },
        {
            "start": 821237427,
            "stop": 821237458
        },
        {
            "start": 821237461,
            "stop": 821237568
        },
        {
            "start": 821237572,
            "stop": 821237578
        },
        {
            "start": 821237581,
            "stop": 821237949
        }
    ]
}