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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=312",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 313,
    "results": [
        {
            "start": 931738962,
            "stop": 931738967
        },
        {
            "start": 931738969,
            "stop": 931738971
        },
        {
            "start": 931738973,
            "stop": 931739010
        },
        {
            "start": 931739011,
            "stop": 931739024
        },
        {
            "start": 931739026,
            "stop": 931739164
        },
        {
            "start": 931739166,
            "stop": 931739236
        },
        {
            "start": 931739237,
            "stop": 931739350
        },
        {
            "start": 931739352,
            "stop": 931739401
        },
        {
            "start": 931739402,
            "stop": 931739509
        },
        {
            "start": 931739511,
            "stop": 931740092
        },
        {
            "start": 931740094,
            "stop": 931740169
        },
        {
            "start": 931740171,
            "stop": 931740185
        },
        {
            "start": 931740186,
            "stop": 931740200
        },
        {
            "start": 931740202,
            "stop": 931740300
        },
        {
            "start": 931740302,
            "stop": 931740690
        },
        {
            "start": 931740692,
            "stop": 931740705
        },
        {
            "start": 931740707,
            "stop": 931741159
        },
        {
            "start": 931741161,
            "stop": 931741197
        },
        {
            "start": 931741198,
            "stop": 931741211
        },
        {
            "start": 931741213,
            "stop": 931741215
        }
    ]
}