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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=163",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 164,
    "results": [
        {
            "start": 841580209,
            "stop": 841586016
        },
        {
            "start": 841586829,
            "stop": 841610080
        },
        {
            "start": 841611874,
            "stop": 841614418
        },
        {
            "start": 841614662,
            "stop": 841670562
        },
        {
            "start": 841670564,
            "stop": 841670569
        },
        {
            "start": 841670570,
            "stop": 841670588
        },
        {
            "start": 841671036,
            "stop": 841679122
        },
        {
            "start": 841679123,
            "stop": 841680989
        },
        {
            "start": 841680991,
            "stop": 841681492
        },
        {
            "start": 841681497,
            "stop": 841681713
        },
        {
            "start": 841681822,
            "stop": 841688635
        },
        {
            "start": 841688657,
            "stop": 841688675
        },
        {
            "start": 841688789,
            "stop": 841689234
        },
        {
            "start": 841689499,
            "stop": 841705498
        },
        {
            "start": 841705506,
            "stop": 841706252
        },
        {
            "start": 841706260,
            "stop": 841713093
        },
        {
            "start": 841713337,
            "stop": 841762913
        },
        {
            "start": 841762919,
            "stop": 841764561
        },
        {
            "start": 841764841,
            "stop": 841767614
        },
        {
            "start": 841767615,
            "stop": 841767620
        }
    ]
}