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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=322",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 323,
    "results": [
        {
            "start": 1240227545,
            "stop": 1240227664
        },
        {
            "start": 1240227665,
            "stop": 1240227784
        },
        {
            "start": 1240227785,
            "stop": 1240227904
        },
        {
            "start": 1240227906,
            "stop": 1240228024
        },
        {
            "start": 1240228025,
            "stop": 1240228144
        },
        {
            "start": 1240228145,
            "stop": 1240228264
        },
        {
            "start": 1240228265,
            "stop": 1240228384
        },
        {
            "start": 1240228385,
            "stop": 1240228504
        },
        {
            "start": 1240228505,
            "stop": 1240228624
        },
        {
            "start": 1240228626,
            "stop": 1240228744
        },
        {
            "start": 1240228745,
            "stop": 1240228864
        },
        {
            "start": 1240228865,
            "stop": 1240228984
        },
        {
            "start": 1240228985,
            "stop": 1240229081
        },
        {
            "start": 1240229086,
            "stop": 1240229104
        },
        {
            "start": 1240229105,
            "stop": 1240229224
        },
        {
            "start": 1240229225,
            "stop": 1240229330
        },
        {
            "start": 1240229331,
            "stop": 1240229464
        },
        {
            "start": 1240229465,
            "stop": 1240229584
        },
        {
            "start": 1240229585,
            "stop": 1240229704
        },
        {
            "start": 1240229705,
            "stop": 1240229824
        }
    ]
}