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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8043",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8044,
    "results": [
        {
            "start": 872210623,
            "stop": 872210722
        },
        {
            "start": 872210741,
            "stop": 872211078
        },
        {
            "start": 872211097,
            "stop": 872211210
        },
        {
            "start": 872211227,
            "stop": 872211588
        },
        {
            "start": 872211605,
            "stop": 872212357
        },
        {
            "start": 872212376,
            "stop": 872212777
        },
        {
            "start": 872212801,
            "stop": 872212902
        },
        {
            "start": 872212924,
            "stop": 872213827
        },
        {
            "start": 872213844,
            "stop": 872214223
        },
        {
            "start": 872214242,
            "stop": 872214740
        },
        {
            "start": 872214759,
            "stop": 872214768
        },
        {
            "start": 872214787,
            "stop": 872214847
        },
        {
            "start": 872214884,
            "stop": 872214936
        },
        {
            "start": 872214962,
            "stop": 872215262
        },
        {
            "start": 872215281,
            "stop": 872216043
        },
        {
            "start": 872216063,
            "stop": 872216106
        },
        {
            "start": 872216123,
            "stop": 872216128
        },
        {
            "start": 872216150,
            "stop": 872216320
        },
        {
            "start": 872216443,
            "stop": 872218228
        },
        {
            "start": 872218247,
            "stop": 872218252
        }
    ]
}