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_CAT3/segments?format=api&page=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=187",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 188,
    "results": [
        {
            "start": 932960937,
            "stop": 932961105
        },
        {
            "start": 932961110,
            "stop": 932961615
        },
        {
            "start": 932961975,
            "stop": 932961987
        },
        {
            "start": 932962008,
            "stop": 932962443
        },
        {
            "start": 932962461,
            "stop": 932963134
        },
        {
            "start": 932963139,
            "stop": 932963346
        },
        {
            "start": 932963351,
            "stop": 932964536
        },
        {
            "start": 932964599,
            "stop": 932964608
        },
        {
            "start": 932965829,
            "stop": 932968815
        },
        {
            "start": 932969810,
            "stop": 932972415
        },
        {
            "start": 932972775,
            "stop": 932976015
        },
        {
            "start": 932976597,
            "stop": 932978305
        },
        {
            "start": 932979353,
            "stop": 932979615
        },
        {
            "start": 932979975,
            "stop": 932980741
        },
        {
            "start": 932980746,
            "stop": 932981716
        },
        {
            "start": 932981719,
            "stop": 932983215
        },
        {
            "start": 932983575,
            "stop": 932986815
        },
        {
            "start": 932987175,
            "stop": 932988050
        },
        {
            "start": 932988052,
            "stop": 932988349
        },
        {
            "start": 932988351,
            "stop": 932988754
        }
    ]
}