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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2067",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2068,
    "results": [
        {
            "start": 862201981,
            "stop": 862202084
        },
        {
            "start": 862202085,
            "stop": 862202131
        },
        {
            "start": 862202132,
            "stop": 862202141
        },
        {
            "start": 862202142,
            "stop": 862202157
        },
        {
            "start": 862202158,
            "stop": 862202223
        },
        {
            "start": 862202225,
            "stop": 862202291
        },
        {
            "start": 862202292,
            "stop": 862202327
        },
        {
            "start": 862202328,
            "stop": 862202384
        },
        {
            "start": 862202385,
            "stop": 862202442
        },
        {
            "start": 862202443,
            "stop": 862202650
        },
        {
            "start": 862202651,
            "stop": 862202652
        },
        {
            "start": 862202653,
            "stop": 862202826
        },
        {
            "start": 862202834,
            "stop": 862202835
        },
        {
            "start": 862202836,
            "stop": 862202868
        },
        {
            "start": 862202870,
            "stop": 862202921
        },
        {
            "start": 862202922,
            "stop": 862202948
        },
        {
            "start": 862202952,
            "stop": 862202955
        },
        {
            "start": 862202956,
            "stop": 862202971
        },
        {
            "start": 862202975,
            "stop": 862203005
        },
        {
            "start": 862203008,
            "stop": 862203039
        }
    ]
}