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=691
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=692",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=690",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 691,
    "results": [
        {
            "start": 1266599005,
            "stop": 1266599015
        },
        {
            "start": 1266599017,
            "stop": 1266599887
        },
        {
            "start": 1266599890,
            "stop": 1266601063
        },
        {
            "start": 1266601065,
            "stop": 1266601900
        },
        {
            "start": 1266601903,
            "stop": 1266601941
        },
        {
            "start": 1266601944,
            "stop": 1266602757
        },
        {
            "start": 1266602759,
            "stop": 1266604898
        },
        {
            "start": 1266604900,
            "stop": 1266605054
        },
        {
            "start": 1266605057,
            "stop": 1266605066
        },
        {
            "start": 1266605070,
            "stop": 1266605137
        },
        {
            "start": 1266605141,
            "stop": 1266605565
        },
        {
            "start": 1266605569,
            "stop": 1266606021
        },
        {
            "start": 1266613720,
            "stop": 1266613795
        },
        {
            "start": 1266613799,
            "stop": 1266616375
        },
        {
            "start": 1266616380,
            "stop": 1266619294
        },
        {
            "start": 1266619299,
            "stop": 1266620015
        },
        {
            "start": 1266620018,
            "stop": 1266620845
        },
        {
            "start": 1266620848,
            "stop": 1266621821
        },
        {
            "start": 1266621824,
            "stop": 1266625771
        },
        {
            "start": 1266625775,
            "stop": 1266626248
        }
    ]
}