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=692
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=693",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=691",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 692,
    "results": [
        {
            "start": 1266626249,
            "stop": 1266627256
        },
        {
            "start": 1266627264,
            "stop": 1266627334
        },
        {
            "start": 1266627336,
            "stop": 1266628647
        },
        {
            "start": 1266628651,
            "stop": 1266628825
        },
        {
            "start": 1266628827,
            "stop": 1266632731
        },
        {
            "start": 1266632733,
            "stop": 1266633916
        },
        {
            "start": 1266633921,
            "stop": 1266634156
        },
        {
            "start": 1266634161,
            "stop": 1266634225
        },
        {
            "start": 1266634228,
            "stop": 1266638036
        },
        {
            "start": 1266638040,
            "stop": 1266638679
        },
        {
            "start": 1266638683,
            "stop": 1266639821
        },
        {
            "start": 1266639825,
            "stop": 1266641826
        },
        {
            "start": 1266641827,
            "stop": 1266642797
        },
        {
            "start": 1266642799,
            "stop": 1266642804
        },
        {
            "start": 1266642805,
            "stop": 1266643552
        },
        {
            "start": 1266643555,
            "stop": 1266644603
        },
        {
            "start": 1266644605,
            "stop": 1266645224
        },
        {
            "start": 1266645227,
            "stop": 1266646268
        },
        {
            "start": 1266646273,
            "stop": 1266648095
        },
        {
            "start": 1266648099,
            "stop": 1266651558
        }
    ]
}