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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=52",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 53,
    "results": [
        {
            "start": 817285389,
            "stop": 817285651
        },
        {
            "start": 817285658,
            "stop": 817286083
        },
        {
            "start": 817286090,
            "stop": 817286244
        },
        {
            "start": 817286252,
            "stop": 817286561
        },
        {
            "start": 817286568,
            "stop": 817289320
        },
        {
            "start": 817289327,
            "stop": 817289403
        },
        {
            "start": 817289410,
            "stop": 817289573
        },
        {
            "start": 817289580,
            "stop": 817289731
        },
        {
            "start": 817289738,
            "stop": 817290074
        },
        {
            "start": 817290081,
            "stop": 817291153
        },
        {
            "start": 817291895,
            "stop": 817293110
        },
        {
            "start": 817293190,
            "stop": 817294022
        },
        {
            "start": 817294030,
            "stop": 817294212
        },
        {
            "start": 817294219,
            "stop": 817301675
        },
        {
            "start": 817301688,
            "stop": 817302959
        },
        {
            "start": 817302972,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817306610
        },
        {
            "start": 817306750,
            "stop": 817309303
        },
        {
            "start": 817309664,
            "stop": 817312573
        },
        {
            "start": 817312619,
            "stop": 817312620
        }
    ]
}