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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3608",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3609,
    "results": [
        {
            "start": 872113808,
            "stop": 872114239
        },
        {
            "start": 872114256,
            "stop": 872114400
        },
        {
            "start": 872114520,
            "stop": 872114700
        },
        {
            "start": 872114760,
            "stop": 872115109
        },
        {
            "start": 872115126,
            "stop": 872115360
        },
        {
            "start": 872115420,
            "stop": 872115437
        },
        {
            "start": 872115454,
            "stop": 872115840
        },
        {
            "start": 872115916,
            "stop": 872116198
        },
        {
            "start": 872116215,
            "stop": 872116920
        },
        {
            "start": 872116980,
            "stop": 872117183
        },
        {
            "start": 872117200,
            "stop": 872117700
        },
        {
            "start": 872117760,
            "stop": 872117940
        },
        {
            "start": 872118000,
            "stop": 872118180
        },
        {
            "start": 872118240,
            "stop": 872118412
        },
        {
            "start": 872118429,
            "stop": 872119080
        },
        {
            "start": 872119140,
            "stop": 872119638
        },
        {
            "start": 872119656,
            "stop": 872119740
        },
        {
            "start": 872119800,
            "stop": 872120178
        },
        {
            "start": 872120195,
            "stop": 872120337
        },
        {
            "start": 872120354,
            "stop": 872120499
        }
    ]
}