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=854
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=855",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=853",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 854,
    "results": [
        {
            "start": 1250528495,
            "stop": 1250528581
        },
        {
            "start": 1250528585,
            "stop": 1250528637
        },
        {
            "start": 1250528642,
            "stop": 1250528647
        },
        {
            "start": 1250528651,
            "stop": 1250528678
        },
        {
            "start": 1250528683,
            "stop": 1250528689
        },
        {
            "start": 1250528691,
            "stop": 1250528770
        },
        {
            "start": 1250528774,
            "stop": 1250528840
        },
        {
            "start": 1250528845,
            "stop": 1250529466
        },
        {
            "start": 1250529468,
            "stop": 1250529654
        },
        {
            "start": 1250529657,
            "stop": 1250531974
        },
        {
            "start": 1250531978,
            "stop": 1250532669
        },
        {
            "start": 1250538778,
            "stop": 1250539222
        },
        {
            "start": 1250539227,
            "stop": 1250540287
        },
        {
            "start": 1250540292,
            "stop": 1250540298
        },
        {
            "start": 1250540303,
            "stop": 1250540308
        },
        {
            "start": 1250540313,
            "stop": 1250540317
        },
        {
            "start": 1250540322,
            "stop": 1250540386
        },
        {
            "start": 1250540391,
            "stop": 1250540415
        },
        {
            "start": 1250540420,
            "stop": 1250540614
        },
        {
            "start": 1250540619,
            "stop": 1250541057
        }
    ]
}