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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 59,
    "results": [
        {
            "start": 1370479747,
            "stop": 1370480075
        },
        {
            "start": 1370480079,
            "stop": 1370480701
        },
        {
            "start": 1370483488,
            "stop": 1370486882
        },
        {
            "start": 1370486884,
            "stop": 1370487881
        },
        {
            "start": 1370487882,
            "stop": 1370487928
        },
        {
            "start": 1370487930,
            "stop": 1370488855
        },
        {
            "start": 1370488856,
            "stop": 1370490954
        },
        {
            "start": 1370490956,
            "stop": 1370493092
        },
        {
            "start": 1370493093,
            "stop": 1370495062
        },
        {
            "start": 1370495064,
            "stop": 1370497237
        },
        {
            "start": 1370497239,
            "stop": 1370499209
        },
        {
            "start": 1370499211,
            "stop": 1370501528
        },
        {
            "start": 1370501529,
            "stop": 1370503430
        },
        {
            "start": 1370503431,
            "stop": 1370505317
        },
        {
            "start": 1370505319,
            "stop": 1370507481
        },
        {
            "start": 1370507482,
            "stop": 1370509422
        },
        {
            "start": 1370509427,
            "stop": 1370509724
        },
        {
            "start": 1370509726,
            "stop": 1370512037
        },
        {
            "start": 1370512039,
            "stop": 1370513234
        },
        {
            "start": 1370513235,
            "stop": 1370513465
        }
    ]
}