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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1800",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1798",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1799,
    "results": [
        {
            "start": 1249708347,
            "stop": 1249709095
        },
        {
            "start": 1249709098,
            "stop": 1249709296
        },
        {
            "start": 1249709299,
            "stop": 1249710924
        },
        {
            "start": 1249710927,
            "stop": 1249712019
        },
        {
            "start": 1249712022,
            "stop": 1249712271
        },
        {
            "start": 1249712274,
            "stop": 1249712884
        },
        {
            "start": 1249712885,
            "stop": 1249713334
        },
        {
            "start": 1249713337,
            "stop": 1249713566
        },
        {
            "start": 1249713569,
            "stop": 1249713656
        },
        {
            "start": 1249713659,
            "stop": 1249714979
        },
        {
            "start": 1249714982,
            "stop": 1249715460
        },
        {
            "start": 1249715463,
            "stop": 1249716876
        },
        {
            "start": 1249716879,
            "stop": 1249718291
        },
        {
            "start": 1249718294,
            "stop": 1249718317
        },
        {
            "start": 1249718318,
            "stop": 1249718335
        },
        {
            "start": 1249718338,
            "stop": 1249718745
        },
        {
            "start": 1249718748,
            "stop": 1249719056
        },
        {
            "start": 1249719059,
            "stop": 1249720171
        },
        {
            "start": 1249720174,
            "stop": 1249720614
        },
        {
            "start": 1249720617,
            "stop": 1249721459
        }
    ]
}