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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=237",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 238,
    "results": [
        {
            "start": 827405563,
            "stop": 827405565
        },
        {
            "start": 827405568,
            "stop": 827405579
        },
        {
            "start": 827405581,
            "stop": 827405597
        },
        {
            "start": 827405600,
            "stop": 827405653
        },
        {
            "start": 827405655,
            "stop": 827405734
        },
        {
            "start": 827405736,
            "stop": 827405737
        },
        {
            "start": 827405746,
            "stop": 827405748
        },
        {
            "start": 827405750,
            "stop": 827405764
        },
        {
            "start": 827405772,
            "stop": 827405800
        },
        {
            "start": 827405802,
            "stop": 827405809
        },
        {
            "start": 827405814,
            "stop": 827405841
        },
        {
            "start": 827405846,
            "stop": 827405863
        },
        {
            "start": 827405865,
            "stop": 827405882
        },
        {
            "start": 827405889,
            "stop": 827405918
        },
        {
            "start": 827405924,
            "stop": 827405928
        },
        {
            "start": 827405930,
            "stop": 827405933
        },
        {
            "start": 827405935,
            "stop": 827405948
        },
        {
            "start": 827405952,
            "stop": 827405960
        },
        {
            "start": 827405964,
            "stop": 827405974
        },
        {
            "start": 827405977,
            "stop": 827405997
        }
    ]
}