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=5261
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=5262",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5260",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5261,
    "results": [
        {
            "start": 1137067866,
            "stop": 1137067880
        },
        {
            "start": 1137067882,
            "stop": 1137067883
        },
        {
            "start": 1137067885,
            "stop": 1137067911
        },
        {
            "start": 1137067915,
            "stop": 1137067968
        },
        {
            "start": 1137067970,
            "stop": 1137068028
        },
        {
            "start": 1137068030,
            "stop": 1137068062
        },
        {
            "start": 1137068065,
            "stop": 1137068073
        },
        {
            "start": 1137068075,
            "stop": 1137068077
        },
        {
            "start": 1137068078,
            "stop": 1137068081
        },
        {
            "start": 1137068083,
            "stop": 1137068098
        },
        {
            "start": 1137068100,
            "stop": 1137068139
        },
        {
            "start": 1137068140,
            "stop": 1137068143
        },
        {
            "start": 1137068144,
            "stop": 1137068147
        },
        {
            "start": 1137068148,
            "stop": 1137068158
        },
        {
            "start": 1137068162,
            "stop": 1137068163
        },
        {
            "start": 1137068169,
            "stop": 1137068234
        },
        {
            "start": 1137068236,
            "stop": 1137068251
        },
        {
            "start": 1137068253,
            "stop": 1137068255
        },
        {
            "start": 1137068257,
            "stop": 1137068305
        },
        {
            "start": 1137068307,
            "stop": 1137068308
        }
    ]
}