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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=365",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 366,
    "results": [
        {
            "start": 825122278,
            "stop": 825122804
        },
        {
            "start": 825122811,
            "stop": 825122918
        },
        {
            "start": 825122926,
            "stop": 825123149
        },
        {
            "start": 825123156,
            "stop": 825123578
        },
        {
            "start": 825123586,
            "stop": 825124550
        },
        {
            "start": 825124630,
            "stop": 825125420
        },
        {
            "start": 825125428,
            "stop": 825125561
        },
        {
            "start": 825125568,
            "stop": 825125764
        },
        {
            "start": 825125771,
            "stop": 825127910
        },
        {
            "start": 825127990,
            "stop": 825131284
        },
        {
            "start": 825131292,
            "stop": 825133988
        },
        {
            "start": 825133995,
            "stop": 825140344
        },
        {
            "start": 825140352,
            "stop": 825144903
        },
        {
            "start": 825144910,
            "stop": 825145797
        },
        {
            "start": 825145810,
            "stop": 825146331
        },
        {
            "start": 825146338,
            "stop": 825148234
        },
        {
            "start": 825148242,
            "stop": 825148380
        },
        {
            "start": 825148388,
            "stop": 825148396
        },
        {
            "start": 825148403,
            "stop": 825149995
        },
        {
            "start": 825150003,
            "stop": 825150261
        }
    ]
}