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=7414
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=7415",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7413",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7414,
    "results": [
        {
            "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
        },
        {
            "start": 969765403,
            "stop": 969765511
        },
        {
            "start": 969765514,
            "stop": 969765654
        },
        {
            "start": 969765657,
            "stop": 969766097
        },
        {
            "start": 969766100,
            "stop": 969766111
        },
        {
            "start": 969766114,
            "stop": 969766844
        }
    ]
}