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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 237,
    "results": [
        {
            "start": 1239971651,
            "stop": 1239971769
        },
        {
            "start": 1239971771,
            "stop": 1239971889
        },
        {
            "start": 1239971891,
            "stop": 1239972009
        },
        {
            "start": 1239972011,
            "stop": 1239972129
        },
        {
            "start": 1239972131,
            "stop": 1239972249
        },
        {
            "start": 1239972251,
            "stop": 1239972369
        },
        {
            "start": 1239972371,
            "stop": 1239972487
        },
        {
            "start": 1239972488,
            "stop": 1239972609
        },
        {
            "start": 1239972611,
            "stop": 1239972729
        },
        {
            "start": 1239972731,
            "stop": 1239972849
        },
        {
            "start": 1239972851,
            "stop": 1239972969
        },
        {
            "start": 1239972971,
            "stop": 1239973089
        },
        {
            "start": 1239973091,
            "stop": 1239973209
        },
        {
            "start": 1239973211,
            "stop": 1239973329
        },
        {
            "start": 1239973331,
            "stop": 1239973449
        },
        {
            "start": 1239973451,
            "stop": 1239973569
        },
        {
            "start": 1239973571,
            "stop": 1239973689
        },
        {
            "start": 1239973691,
            "stop": 1239973743
        },
        {
            "start": 1239973748,
            "stop": 1239973809
        },
        {
            "start": 1239973811,
            "stop": 1239973929
        }
    ]
}