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=5269
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=5270",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5268",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5269,
    "results": [
        {
            "start": 1137073066,
            "stop": 1137073080
        },
        {
            "start": 1137073082,
            "stop": 1137073099
        },
        {
            "start": 1137073101,
            "stop": 1137073141
        },
        {
            "start": 1137073145,
            "stop": 1137073181
        },
        {
            "start": 1137073183,
            "stop": 1137073203
        },
        {
            "start": 1137073205,
            "stop": 1137073227
        },
        {
            "start": 1137073228,
            "stop": 1137073249
        },
        {
            "start": 1137073251,
            "stop": 1137073260
        },
        {
            "start": 1137073262,
            "stop": 1137073351
        },
        {
            "start": 1137073353,
            "stop": 1137073391
        },
        {
            "start": 1137073394,
            "stop": 1137073407
        },
        {
            "start": 1137073409,
            "stop": 1137073454
        },
        {
            "start": 1137073456,
            "stop": 1137073457
        },
        {
            "start": 1137073459,
            "stop": 1137073460
        },
        {
            "start": 1137073463,
            "stop": 1137073581
        },
        {
            "start": 1137073584,
            "stop": 1137073602
        },
        {
            "start": 1137073604,
            "stop": 1137073664
        },
        {
            "start": 1137073666,
            "stop": 1137073828
        },
        {
            "start": 1137073830,
            "stop": 1137073953
        },
        {
            "start": 1137073955,
            "stop": 1137074075
        }
    ]
}