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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7545",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7543",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7544,
    "results": [
        {
            "start": 970407588,
            "stop": 970407622
        },
        {
            "start": 970407625,
            "stop": 970407634
        },
        {
            "start": 970407637,
            "stop": 970407689
        },
        {
            "start": 970407692,
            "stop": 970407705
        },
        {
            "start": 970407708,
            "stop": 970407716
        },
        {
            "start": 970407719,
            "stop": 970407730
        },
        {
            "start": 970407735,
            "stop": 970407736
        },
        {
            "start": 970407922,
            "stop": 970407946
        },
        {
            "start": 970407949,
            "stop": 970407964
        },
        {
            "start": 970407967,
            "stop": 970407974
        },
        {
            "start": 970407977,
            "stop": 970407983
        },
        {
            "start": 970407988,
            "stop": 970408015
        },
        {
            "start": 970408018,
            "stop": 970408041
        },
        {
            "start": 970408044,
            "stop": 970408103
        },
        {
            "start": 970408106,
            "stop": 970408136
        },
        {
            "start": 970408139,
            "stop": 970408162
        },
        {
            "start": 970408167,
            "stop": 970408174
        },
        {
            "start": 970408177,
            "stop": 970408189
        },
        {
            "start": 970408192,
            "stop": 970408200
        },
        {
            "start": 970408204,
            "stop": 970408211
        }
    ]
}