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=5119
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=5120",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5118",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5119,
    "results": [
        {
            "start": 1136984877,
            "stop": 1136984931
        },
        {
            "start": 1136984933,
            "stop": 1136984937
        },
        {
            "start": 1136984938,
            "stop": 1136984957
        },
        {
            "start": 1136984959,
            "stop": 1136984971
        },
        {
            "start": 1136984973,
            "stop": 1136984974
        },
        {
            "start": 1136984975,
            "stop": 1136984981
        },
        {
            "start": 1136984983,
            "stop": 1136984994
        },
        {
            "start": 1136984996,
            "stop": 1136985016
        },
        {
            "start": 1136985018,
            "stop": 1136985026
        },
        {
            "start": 1136985028,
            "stop": 1136985037
        },
        {
            "start": 1136985039,
            "stop": 1136985049
        },
        {
            "start": 1136985051,
            "stop": 1136985090
        },
        {
            "start": 1136985092,
            "stop": 1136985117
        },
        {
            "start": 1136985119,
            "stop": 1136985124
        },
        {
            "start": 1136985126,
            "stop": 1136985148
        },
        {
            "start": 1136985150,
            "stop": 1136985193
        },
        {
            "start": 1136985195,
            "stop": 1136985221
        },
        {
            "start": 1136985224,
            "stop": 1136985236
        },
        {
            "start": 1136985238,
            "stop": 1136985267
        },
        {
            "start": 1136985270,
            "stop": 1136985280
        }
    ]
}