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=7347
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=7348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7346",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7347,
    "results": [
        {
            "start": 969356188,
            "stop": 969356471
        },
        {
            "start": 969356474,
            "stop": 969358256
        },
        {
            "start": 969358259,
            "stop": 969359787
        },
        {
            "start": 969359790,
            "stop": 969360290
        },
        {
            "start": 969360293,
            "stop": 969361855
        },
        {
            "start": 969361858,
            "stop": 969361902
        },
        {
            "start": 969361905,
            "stop": 969363077
        },
        {
            "start": 969363080,
            "stop": 969363090
        },
        {
            "start": 969363093,
            "stop": 969363807
        },
        {
            "start": 969363810,
            "stop": 969363900
        },
        {
            "start": 969363903,
            "stop": 969364180
        },
        {
            "start": 969364183,
            "stop": 969364735
        },
        {
            "start": 969364738,
            "stop": 969364741
        },
        {
            "start": 969364744,
            "stop": 969364770
        },
        {
            "start": 969364773,
            "stop": 969366239
        },
        {
            "start": 969366242,
            "stop": 969366919
        },
        {
            "start": 969367067,
            "stop": 969367183
        },
        {
            "start": 969367186,
            "stop": 969367608
        },
        {
            "start": 969367611,
            "stop": 969367650
        },
        {
            "start": 969367653,
            "stop": 969367707
        }
    ]
}