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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=44",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 45,
    "results": [
        {
            "start": 821235144,
            "stop": 821235153
        },
        {
            "start": 821235156,
            "stop": 821235440
        },
        {
            "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
        }
    ]
}