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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=749",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=747",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 748,
    "results": [
        {
            "start": 1249050903,
            "stop": 1249050905
        },
        {
            "start": 1249050908,
            "stop": 1249050923
        },
        {
            "start": 1249050928,
            "stop": 1249050932
        },
        {
            "start": 1249050933,
            "stop": 1249051292
        },
        {
            "start": 1249051299,
            "stop": 1249051332
        },
        {
            "start": 1249051337,
            "stop": 1249051338
        },
        {
            "start": 1249051342,
            "stop": 1249051368
        },
        {
            "start": 1249051371,
            "stop": 1249051376
        },
        {
            "start": 1249051379,
            "stop": 1249051392
        },
        {
            "start": 1249051395,
            "stop": 1249051410
        },
        {
            "start": 1249051416,
            "stop": 1249051442
        },
        {
            "start": 1249051447,
            "stop": 1249051505
        },
        {
            "start": 1249051507,
            "stop": 1249051512
        },
        {
            "start": 1249051517,
            "stop": 1249051523
        },
        {
            "start": 1249051524,
            "stop": 1249051525
        },
        {
            "start": 1249051530,
            "stop": 1249051536
        },
        {
            "start": 1249051541,
            "stop": 1249051564
        },
        {
            "start": 1249051567,
            "stop": 1249051571
        },
        {
            "start": 1249051574,
            "stop": 1249051578
        },
        {
            "start": 1249051583,
            "stop": 1249051584
        }
    ]
}