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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=109",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 110,
    "results": [
        {
            "start": 931738159,
            "stop": 931738258
        },
        {
            "start": 931738276,
            "stop": 931738379
        },
        {
            "start": 931738404,
            "stop": 931738557
        },
        {
            "start": 931738575,
            "stop": 931738661
        },
        {
            "start": 931738687,
            "stop": 931738725
        },
        {
            "start": 931738744,
            "stop": 931738802
        },
        {
            "start": 931738819,
            "stop": 931738824
        },
        {
            "start": 931738931,
            "stop": 931738942
        },
        {
            "start": 931738981,
            "stop": 931739002
        },
        {
            "start": 931739034,
            "stop": 931739156
        },
        {
            "start": 931739174,
            "stop": 931739228
        },
        {
            "start": 931739245,
            "stop": 931739342
        },
        {
            "start": 931739360,
            "stop": 931739393
        },
        {
            "start": 931739410,
            "stop": 931739501
        },
        {
            "start": 931739519,
            "stop": 931740092
        },
        {
            "start": 931740094,
            "stop": 931740161
        },
        {
            "start": 931740210,
            "stop": 931740292
        },
        {
            "start": 931740310,
            "stop": 931740682
        },
        {
            "start": 931740715,
            "stop": 931741151
        },
        {
            "start": 931741169,
            "stop": 931741189
        }
    ]
}