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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=114",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 115,
    "results": [
        {
            "start": 931817175,
            "stop": 931817412
        },
        {
            "start": 931817415,
            "stop": 931817709
        },
        {
            "start": 931817713,
            "stop": 931817720
        },
        {
            "start": 931817723,
            "stop": 931817887
        },
        {
            "start": 931817889,
            "stop": 931818006
        },
        {
            "start": 931818009,
            "stop": 931818126
        },
        {
            "start": 931818128,
            "stop": 931818291
        },
        {
            "start": 931818294,
            "stop": 931818539
        },
        {
            "start": 931818542,
            "stop": 931819191
        },
        {
            "start": 931819194,
            "stop": 931819222
        },
        {
            "start": 931819224,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931820048
        },
        {
            "start": 931820050,
            "stop": 931820360
        },
        {
            "start": 931820362,
            "stop": 931820415
        },
        {
            "start": 931820775,
            "stop": 931820912
        },
        {
            "start": 931820915,
            "stop": 931821114
        },
        {
            "start": 931821234,
            "stop": 931821310
        },
        {
            "start": 931821370,
            "stop": 931821417
        },
        {
            "start": 931821421,
            "stop": 931821422
        },
        {
            "start": 931821425,
            "stop": 931821437
        }
    ]
}