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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=182",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 183,
    "results": [
        {
            "start": 932965829,
            "stop": 932968714
        },
        {
            "start": 932969810,
            "stop": 932970089
        },
        {
            "start": 932970149,
            "stop": 932972415
        },
        {
            "start": 932972775,
            "stop": 932972849
        },
        {
            "start": 932972909,
            "stop": 932976015
        },
        {
            "start": 932976597,
            "stop": 932978200
        },
        {
            "start": 932979353,
            "stop": 932979615
        },
        {
            "start": 932979975,
            "stop": 932980741
        },
        {
            "start": 932980746,
            "stop": 932981716
        },
        {
            "start": 932981719,
            "stop": 932983215
        },
        {
            "start": 932983575,
            "stop": 932985389
        },
        {
            "start": 932985449,
            "stop": 932986815
        },
        {
            "start": 932987175,
            "stop": 932988050
        },
        {
            "start": 932988052,
            "stop": 932988349
        },
        {
            "start": 932988351,
            "stop": 932988754
        },
        {
            "start": 932988756,
            "stop": 932989830
        },
        {
            "start": 932991360,
            "stop": 932992967
        },
        {
            "start": 932992986,
            "stop": 932994015
        },
        {
            "start": 932994375,
            "stop": 932994491
        },
        {
            "start": 932994493,
            "stop": 932995235
        }
    ]
}