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=428
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=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=427",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 428,
    "results": [
        {
            "start": 827178456,
            "stop": 827178488
        },
        {
            "start": 827178507,
            "stop": 827178652
        },
        {
            "start": 827178671,
            "stop": 827178729
        },
        {
            "start": 827178736,
            "stop": 827178874
        },
        {
            "start": 827178882,
            "stop": 827178983
        },
        {
            "start": 827178990,
            "stop": 827179052
        },
        {
            "start": 827179059,
            "stop": 827179295
        },
        {
            "start": 827179303,
            "stop": 827179397
        },
        {
            "start": 827179404,
            "stop": 827179432
        },
        {
            "start": 827179439,
            "stop": 827179978
        },
        {
            "start": 827179994,
            "stop": 827180020
        },
        {
            "start": 827180030,
            "stop": 827180059
        },
        {
            "start": 827180067,
            "stop": 827180307
        },
        {
            "start": 827180314,
            "stop": 827180334
        },
        {
            "start": 827180350,
            "stop": 827180405
        },
        {
            "start": 827180412,
            "stop": 827180577
        },
        {
            "start": 827180584,
            "stop": 827180864
        },
        {
            "start": 827181045,
            "stop": 827181102
        },
        {
            "start": 827181110,
            "stop": 827181207
        },
        {
            "start": 827181215,
            "stop": 827181226
        }
    ]
}