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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5143",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5141",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5142,
    "results": [
        {
            "start": 1136992991,
            "stop": 1136992996
        },
        {
            "start": 1136992998,
            "stop": 1136993003
        },
        {
            "start": 1136993005,
            "stop": 1136993014
        },
        {
            "start": 1136993016,
            "stop": 1136993018
        },
        {
            "start": 1136993020,
            "stop": 1136993023
        },
        {
            "start": 1136993025,
            "stop": 1136993038
        },
        {
            "start": 1136993040,
            "stop": 1136993052
        },
        {
            "start": 1136993054,
            "stop": 1136993064
        },
        {
            "start": 1136993066,
            "stop": 1136993075
        },
        {
            "start": 1136993076,
            "stop": 1136993077
        },
        {
            "start": 1136993079,
            "stop": 1136993083
        },
        {
            "start": 1136993085,
            "stop": 1136993086
        },
        {
            "start": 1136993088,
            "stop": 1136993171
        },
        {
            "start": 1136993173,
            "stop": 1136993179
        },
        {
            "start": 1136993181,
            "stop": 1136993201
        },
        {
            "start": 1136993203,
            "stop": 1136993214
        },
        {
            "start": 1136993216,
            "stop": 1136993223
        },
        {
            "start": 1136993227,
            "stop": 1136993236
        },
        {
            "start": 1136993238,
            "stop": 1136993246
        },
        {
            "start": 1136993248,
            "stop": 1136993271
        }
    ]
}