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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4828",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4829,
    "results": [
        {
            "start": 874694374,
            "stop": 874694400
        },
        {
            "start": 874694509,
            "stop": 874694530
        },
        {
            "start": 874694562,
            "stop": 874694564
        },
        {
            "start": 874694685,
            "stop": 874694704
        },
        {
            "start": 874694736,
            "stop": 874694747
        },
        {
            "start": 874694812,
            "stop": 874694815
        },
        {
            "start": 874694840,
            "stop": 874694879
        },
        {
            "start": 874694898,
            "stop": 874694918
        },
        {
            "start": 874694937,
            "stop": 874694992
        },
        {
            "start": 874695032,
            "stop": 874695045
        },
        {
            "start": 874695064,
            "stop": 874695084
        },
        {
            "start": 874695117,
            "stop": 874695162
        },
        {
            "start": 874695181,
            "stop": 874695241
        },
        {
            "start": 874695281,
            "stop": 874695288
        },
        {
            "start": 874695332,
            "stop": 874695344
        },
        {
            "start": 874695364,
            "stop": 874695400
        },
        {
            "start": 874695420,
            "stop": 874695421
        },
        {
            "start": 874695440,
            "stop": 874695468
        },
        {
            "start": 874695487,
            "stop": 874695505
        },
        {
            "start": 874695524,
            "stop": 874695555
        }
    ]
}