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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=306",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 307,
    "results": [
        {
            "start": 1181624883,
            "stop": 1181624892
        },
        {
            "start": 1181624895,
            "stop": 1181625019
        },
        {
            "start": 1181625020,
            "stop": 1181625022
        },
        {
            "start": 1181625023,
            "stop": 1181625024
        },
        {
            "start": 1181625025,
            "stop": 1181625026
        },
        {
            "start": 1181625028,
            "stop": 1181625029
        },
        {
            "start": 1181625031,
            "stop": 1181625034
        },
        {
            "start": 1181625035,
            "stop": 1181625038
        },
        {
            "start": 1181625039,
            "stop": 1181625040
        },
        {
            "start": 1181625043,
            "stop": 1181625044
        },
        {
            "start": 1181625045,
            "stop": 1181625055
        },
        {
            "start": 1181625056,
            "stop": 1181625058
        },
        {
            "start": 1181625059,
            "stop": 1181625068
        },
        {
            "start": 1181625069,
            "stop": 1181625080
        },
        {
            "start": 1181625082,
            "stop": 1181625083
        },
        {
            "start": 1181625084,
            "stop": 1181625097
        },
        {
            "start": 1181625098,
            "stop": 1181625099
        },
        {
            "start": 1181625101,
            "stop": 1181625111
        },
        {
            "start": 1181625112,
            "stop": 1181625125
        },
        {
            "start": 1181625126,
            "stop": 1181625488
        }
    ]
}