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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5013",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5014,
    "results": [
        {
            "start": 874518744,
            "stop": 874518760
        },
        {
            "start": 874518782,
            "stop": 874518797
        },
        {
            "start": 874518816,
            "stop": 874518828
        },
        {
            "start": 874518847,
            "stop": 874518849
        },
        {
            "start": 874518885,
            "stop": 874518889
        },
        {
            "start": 874518924,
            "stop": 874518925
        },
        {
            "start": 874518962,
            "stop": 874518994
        },
        {
            "start": 874519030,
            "stop": 874519046
        },
        {
            "start": 874519139,
            "stop": 874519161
        },
        {
            "start": 874519180,
            "stop": 874519185
        },
        {
            "start": 874519211,
            "stop": 874519220
        },
        {
            "start": 874519239,
            "stop": 874519250
        },
        {
            "start": 874519447,
            "stop": 874519467
        },
        {
            "start": 874519508,
            "stop": 874519516
        },
        {
            "start": 874519537,
            "stop": 874519600
        },
        {
            "start": 874519659,
            "stop": 874519668
        },
        {
            "start": 874519738,
            "stop": 874519746
        },
        {
            "start": 874519777,
            "stop": 874519795
        },
        {
            "start": 874519834,
            "stop": 874519847
        },
        {
            "start": 874519869,
            "stop": 874519880
        }
    ]
}