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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=115",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 116,
    "results": [
        {
            "start": 1176153100,
            "stop": 1176153124
        },
        {
            "start": 1176160812,
            "stop": 1176163740
        },
        {
            "start": 1176163741,
            "stop": 1176163755
        },
        {
            "start": 1176163757,
            "stop": 1176163912
        },
        {
            "start": 1176163913,
            "stop": 1176163915
        },
        {
            "start": 1176163916,
            "stop": 1176164599
        },
        {
            "start": 1176164600,
            "stop": 1176164618
        },
        {
            "start": 1176164621,
            "stop": 1176166024
        },
        {
            "start": 1176166026,
            "stop": 1176171987
        },
        {
            "start": 1176171988,
            "stop": 1176172865
        },
        {
            "start": 1176172866,
            "stop": 1176172965
        },
        {
            "start": 1176172967,
            "stop": 1176172999
        },
        {
            "start": 1176173002,
            "stop": 1176173004
        },
        {
            "start": 1176173009,
            "stop": 1176177995
        },
        {
            "start": 1176177996,
            "stop": 1176177998
        },
        {
            "start": 1176177999,
            "stop": 1176178015
        },
        {
            "start": 1176178018,
            "stop": 1176178086
        },
        {
            "start": 1176178089,
            "stop": 1176182377
        },
        {
            "start": 1176182378,
            "stop": 1176182395
        },
        {
            "start": 1176182396,
            "stop": 1176182660
        }
    ]
}