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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=378",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 379,
    "results": [
        {
            "start": 1260946036,
            "stop": 1260946286
        },
        {
            "start": 1260946289,
            "stop": 1260946603
        },
        {
            "start": 1260946606,
            "stop": 1260946749
        },
        {
            "start": 1260946752,
            "stop": 1260946825
        },
        {
            "start": 1260946828,
            "stop": 1260947003
        },
        {
            "start": 1260947005,
            "stop": 1260947358
        },
        {
            "start": 1260947361,
            "stop": 1260947369
        },
        {
            "start": 1260947372,
            "stop": 1260947376
        },
        {
            "start": 1260947377,
            "stop": 1260947456
        },
        {
            "start": 1260947459,
            "stop": 1260947460
        },
        {
            "start": 1260947462,
            "stop": 1260947481
        },
        {
            "start": 1260947484,
            "stop": 1260947485
        },
        {
            "start": 1260947488,
            "stop": 1260947530
        },
        {
            "start": 1260947533,
            "stop": 1260947536
        },
        {
            "start": 1260947539,
            "stop": 1260947582
        },
        {
            "start": 1260947587,
            "stop": 1260947589
        },
        {
            "start": 1260947598,
            "stop": 1260947912
        },
        {
            "start": 1260947914,
            "stop": 1260947922
        },
        {
            "start": 1260947925,
            "stop": 1260948231
        },
        {
            "start": 1260948232,
            "stop": 1260948233
        }
    ]
}