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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=231",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 232,
    "results": [
        {
            "start": 1240227306,
            "stop": 1240227424
        },
        {
            "start": 1240227425,
            "stop": 1240227544
        },
        {
            "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": 1240229104
        },
        {
            "start": 1240229105,
            "stop": 1240229224
        },
        {
            "start": 1240229225,
            "stop": 1240229330
        },
        {
            "start": 1240229331,
            "stop": 1240229464
        },
        {
            "start": 1240229465,
            "stop": 1240229584
        },
        {
            "start": 1240229585,
            "stop": 1240229704
        }
    ]
}