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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=726",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=724",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 725,
    "results": [
        {
            "start": 1248994179,
            "stop": 1248994945
        },
        {
            "start": 1248994950,
            "stop": 1248997047
        },
        {
            "start": 1248997050,
            "stop": 1248998253
        },
        {
            "start": 1248998258,
            "stop": 1248998638
        },
        {
            "start": 1248998641,
            "stop": 1248999166
        },
        {
            "start": 1248999167,
            "stop": 1248999348
        },
        {
            "start": 1248999352,
            "stop": 1249001990
        },
        {
            "start": 1249001994,
            "stop": 1249002110
        },
        {
            "start": 1249002113,
            "stop": 1249003241
        },
        {
            "start": 1249003244,
            "stop": 1249003441
        },
        {
            "start": 1249003442,
            "stop": 1249003445
        },
        {
            "start": 1249003446,
            "stop": 1249003475
        },
        {
            "start": 1249003478,
            "stop": 1249003481
        },
        {
            "start": 1249003487,
            "stop": 1249003524
        },
        {
            "start": 1249003525,
            "stop": 1249003529
        },
        {
            "start": 1249003531,
            "stop": 1249003548
        },
        {
            "start": 1249003549,
            "stop": 1249003555
        },
        {
            "start": 1249003556,
            "stop": 1249003604
        },
        {
            "start": 1249003605,
            "stop": 1249003610
        },
        {
            "start": 1249003615,
            "stop": 1249003635
        }
    ]
}