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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=352",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 353,
    "results": [
        {
            "start": 863481901,
            "stop": 863481902
        },
        {
            "start": 863481926,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863485996
        },
        {
            "start": 863486690,
            "stop": 863486895
        },
        {
            "start": 863487202,
            "stop": 863487899
        },
        {
            "start": 863487921,
            "stop": 863511930
        },
        {
            "start": 863511990,
            "stop": 863525787
        },
        {
            "start": 863525808,
            "stop": 863528904
        },
        {
            "start": 863529029,
            "stop": 863531079
        },
        {
            "start": 863531101,
            "stop": 863532174
        },
        {
            "start": 863533168,
            "stop": 863534872
        },
        {
            "start": 863536030,
            "stop": 863539877
        },
        {
            "start": 863540079,
            "stop": 863540298
        },
        {
            "start": 863540598,
            "stop": 863541079
        },
        {
            "start": 863541189,
            "stop": 863541773
        },
        {
            "start": 863542073,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863544074
        },
        {
            "start": 863544093,
            "stop": 863544747
        },
        {
            "start": 863544768,
            "stop": 863546754
        },
        {
            "start": 863546776,
            "stop": 863546779
        }
    ]
}