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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5037",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5038,
    "results": [
        {
            "start": 872609114,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872610180
        },
        {
            "start": 872610300,
            "stop": 872610558
        },
        {
            "start": 872637554,
            "stop": 872637594
        },
        {
            "start": 872637660,
            "stop": 872637667
        },
        {
            "start": 872637734,
            "stop": 872637784
        },
        {
            "start": 872637820,
            "stop": 872637837
        },
        {
            "start": 872638554,
            "stop": 872638699
        },
        {
            "start": 872638739,
            "stop": 872638838
        },
        {
            "start": 872638921,
            "stop": 872639183
        },
        {
            "start": 872639221,
            "stop": 872639333
        },
        {
            "start": 872639350,
            "stop": 872639739
        },
        {
            "start": 872639775,
            "stop": 872639837
        },
        {
            "start": 872639875,
            "stop": 872640173
        },
        {
            "start": 872640265,
            "stop": 872640353
        },
        {
            "start": 872640487,
            "stop": 872640489
        },
        {
            "start": 872640559,
            "stop": 872640645
        },
        {
            "start": 872640681,
            "stop": 872640798
        },
        {
            "start": 872640857,
            "stop": 872640933
        },
        {
            "start": 872641078,
            "stop": 872641136
        }
    ]
}