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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=300",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 301,
    "results": [
        {
            "start": 1181454858,
            "stop": 1181455282
        },
        {
            "start": 1181455283,
            "stop": 1181455367
        },
        {
            "start": 1181455368,
            "stop": 1181457474
        },
        {
            "start": 1181457476,
            "stop": 1181458887
        },
        {
            "start": 1181458888,
            "stop": 1181458893
        },
        {
            "start": 1181458898,
            "stop": 1181458900
        },
        {
            "start": 1181458905,
            "stop": 1181458908
        },
        {
            "start": 1181458913,
            "stop": 1181458915
        },
        {
            "start": 1181458920,
            "stop": 1181458924
        },
        {
            "start": 1181458927,
            "stop": 1181458964
        },
        {
            "start": 1181458968,
            "stop": 1181458971
        },
        {
            "start": 1181458975,
            "stop": 1181458977
        },
        {
            "start": 1181458981,
            "stop": 1181459040
        },
        {
            "start": 1181475199,
            "stop": 1181476882
        },
        {
            "start": 1181476883,
            "stop": 1181477595
        },
        {
            "start": 1181480214,
            "stop": 1181480834
        },
        {
            "start": 1181480835,
            "stop": 1181482906
        },
        {
            "start": 1181482907,
            "stop": 1181484577
        },
        {
            "start": 1181484578,
            "stop": 1181484861
        },
        {
            "start": 1181484862,
            "stop": 1181487389
        }
    ]
}