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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=287",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 288,
    "results": [
        {
            "start": 851976314,
            "stop": 851978582
        },
        {
            "start": 851979666,
            "stop": 851980353
        },
        {
            "start": 851980447,
            "stop": 851980573
        },
        {
            "start": 851993881,
            "stop": 852019213
        },
        {
            "start": 852023416,
            "stop": 852047773
        },
        {
            "start": 852048872,
            "stop": 852051464
        },
        {
            "start": 852056064,
            "stop": 852056943
        },
        {
            "start": 852056947,
            "stop": 852057532
        },
        {
            "start": 852057536,
            "stop": 852058262
        },
        {
            "start": 852058265,
            "stop": 852058329
        },
        {
            "start": 852058334,
            "stop": 852058339
        },
        {
            "start": 852058343,
            "stop": 852061152
        },
        {
            "start": 852061170,
            "stop": 852061180
        },
        {
            "start": 852061184,
            "stop": 852061265
        },
        {
            "start": 852061268,
            "stop": 852061675
        },
        {
            "start": 852061679,
            "stop": 852061723
        },
        {
            "start": 852061732,
            "stop": 852061757
        },
        {
            "start": 852061761,
            "stop": 852061839
        },
        {
            "start": 852061843,
            "stop": 852061858
        },
        {
            "start": 852061862,
            "stop": 852061936
        }
    ]
}