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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 121,
    "results": [
        {
            "start": 1372313335,
            "stop": 1372315355
        },
        {
            "start": 1372315356,
            "stop": 1372319411
        },
        {
            "start": 1372319412,
            "stop": 1372321840
        },
        {
            "start": 1372321841,
            "stop": 1372323912
        },
        {
            "start": 1372323913,
            "stop": 1372326113
        },
        {
            "start": 1372326114,
            "stop": 1372328258
        },
        {
            "start": 1372328259,
            "stop": 1372329721
        },
        {
            "start": 1372340418,
            "stop": 1372342856
        },
        {
            "start": 1372342858,
            "stop": 1372343597
        },
        {
            "start": 1372343598,
            "stop": 1372344775
        },
        {
            "start": 1372344777,
            "stop": 1372351588
        },
        {
            "start": 1372351592,
            "stop": 1372353965
        },
        {
            "start": 1372353966,
            "stop": 1372354451
        },
        {
            "start": 1372354452,
            "stop": 1372356209
        },
        {
            "start": 1372356211,
            "stop": 1372356686
        },
        {
            "start": 1372356687,
            "stop": 1372359227
        },
        {
            "start": 1372359229,
            "stop": 1372359447
        },
        {
            "start": 1372359449,
            "stop": 1372361178
        },
        {
            "start": 1372361180,
            "stop": 1372361491
        },
        {
            "start": 1372361493,
            "stop": 1372361902
        }
    ]
}