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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=81",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 82,
    "results": [
        {
            "start": 931487695,
            "stop": 931487724
        },
        {
            "start": 931487780,
            "stop": 931487798
        },
        {
            "start": 931487816,
            "stop": 931487859
        },
        {
            "start": 931487876,
            "stop": 931487943
        },
        {
            "start": 931487949,
            "stop": 931487970
        },
        {
            "start": 931488078,
            "stop": 931488099
        },
        {
            "start": 931488355,
            "stop": 931488357
        },
        {
            "start": 931488532,
            "stop": 931488533
        },
        {
            "start": 931491250,
            "stop": 931491477
        },
        {
            "start": 931491479,
            "stop": 931492092
        },
        {
            "start": 931492126,
            "stop": 931492157
        },
        {
            "start": 931492175,
            "stop": 931492615
        },
        {
            "start": 931492618,
            "stop": 931492634
        },
        {
            "start": 931492652,
            "stop": 931492680
        },
        {
            "start": 931492703,
            "stop": 931492706
        },
        {
            "start": 931492708,
            "stop": 931492815
        },
        {
            "start": 931493175,
            "stop": 931493232
        },
        {
            "start": 931493251,
            "stop": 931493371
        },
        {
            "start": 931493418,
            "stop": 931493443
        },
        {
            "start": 931493445,
            "stop": 931493526
        }
    ]
}