Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=61",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 62,
    "results": [
        {
            "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
        },
        {
            "start": 821237952,
            "stop": 821238249
        },
        {
            "start": 821238252,
            "stop": 821238325
        }
    ]
}