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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=668",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=666",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 667,
    "results": [
        {
            "start": 1266303249,
            "stop": 1266303260
        },
        {
            "start": 1266303265,
            "stop": 1266303379
        },
        {
            "start": 1266303384,
            "stop": 1266303451
        },
        {
            "start": 1266303456,
            "stop": 1266303580
        },
        {
            "start": 1266303585,
            "stop": 1266303760
        },
        {
            "start": 1266303765,
            "stop": 1266303792
        },
        {
            "start": 1266303797,
            "stop": 1266303828
        },
        {
            "start": 1266303837,
            "stop": 1266304110
        },
        {
            "start": 1266304114,
            "stop": 1266304513
        },
        {
            "start": 1266304518,
            "stop": 1266304536
        },
        {
            "start": 1266304541,
            "stop": 1266304668
        },
        {
            "start": 1266304673,
            "stop": 1266304717
        },
        {
            "start": 1266304722,
            "stop": 1266304820
        },
        {
            "start": 1266304825,
            "stop": 1266304896
        },
        {
            "start": 1266304901,
            "stop": 1266305015
        },
        {
            "start": 1266305020,
            "stop": 1266305468
        },
        {
            "start": 1266305469,
            "stop": 1266305593
        },
        {
            "start": 1266305598,
            "stop": 1266305652
        },
        {
            "start": 1266305657,
            "stop": 1266305689
        },
        {
            "start": 1266305694,
            "stop": 1266306180
        }
    ]
}