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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7399",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7397",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7398,
    "results": [
        {
            "start": 969763212,
            "stop": 969763225
        },
        {
            "start": 969763228,
            "stop": 969763743
        },
        {
            "start": 969763746,
            "stop": 969763856
        },
        {
            "start": 969763859,
            "stop": 969763927
        },
        {
            "start": 969763948,
            "stop": 969763975
        },
        {
            "start": 969764009,
            "stop": 969764268
        },
        {
            "start": 969764271,
            "stop": 969764326
        },
        {
            "start": 969764347,
            "stop": 969764518
        },
        {
            "start": 969764521,
            "stop": 969764789
        },
        {
            "start": 969764792,
            "stop": 969764902
        },
        {
            "start": 969764923,
            "stop": 969764957
        },
        {
            "start": 969764978,
            "stop": 969765044
        },
        {
            "start": 969765050,
            "stop": 969765081
        },
        {
            "start": 969765113,
            "stop": 969765117
        },
        {
            "start": 969765138,
            "stop": 969765160
        },
        {
            "start": 969765173,
            "stop": 969765203
        },
        {
            "start": 969765214,
            "stop": 969765227
        },
        {
            "start": 969765248,
            "stop": 969765348
        },
        {
            "start": 969765369,
            "stop": 969765392
        },
        {
            "start": 969765398,
            "stop": 969765400
        }
    ]
}