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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=664",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=662",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 663,
    "results": [
        {
            "start": 1248286455,
            "stop": 1248287612
        },
        {
            "start": 1248287616,
            "stop": 1248289876
        },
        {
            "start": 1248289880,
            "stop": 1248289893
        },
        {
            "start": 1248289895,
            "stop": 1248290033
        },
        {
            "start": 1248290041,
            "stop": 1248290114
        },
        {
            "start": 1248290118,
            "stop": 1248290406
        },
        {
            "start": 1248290411,
            "stop": 1248290413
        },
        {
            "start": 1248290418,
            "stop": 1248290541
        },
        {
            "start": 1248290545,
            "stop": 1248290760
        },
        {
            "start": 1248290763,
            "stop": 1248290769
        },
        {
            "start": 1248290771,
            "stop": 1248290773
        },
        {
            "start": 1248290776,
            "stop": 1248291311
        },
        {
            "start": 1248291316,
            "stop": 1248295431
        },
        {
            "start": 1248295435,
            "stop": 1248297956
        },
        {
            "start": 1248297958,
            "stop": 1248298443
        },
        {
            "start": 1248298446,
            "stop": 1248301222
        },
        {
            "start": 1248301225,
            "stop": 1248302415
        },
        {
            "start": 1248302418,
            "stop": 1248302745
        },
        {
            "start": 1248302750,
            "stop": 1248305064
        },
        {
            "start": 1248305072,
            "stop": 1248307422
        }
    ]
}