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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1677",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1675",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1676,
    "results": [
        {
            "start": 1248798222,
            "stop": 1248798360
        },
        {
            "start": 1248798363,
            "stop": 1248798637
        },
        {
            "start": 1248798640,
            "stop": 1248798743
        },
        {
            "start": 1248798746,
            "stop": 1248798927
        },
        {
            "start": 1248798930,
            "stop": 1248799685
        },
        {
            "start": 1248799688,
            "stop": 1248799693
        },
        {
            "start": 1248799696,
            "stop": 1248800748
        },
        {
            "start": 1248800749,
            "stop": 1248801034
        },
        {
            "start": 1248801037,
            "stop": 1248801045
        },
        {
            "start": 1248801048,
            "stop": 1248801452
        },
        {
            "start": 1248801455,
            "stop": 1248801659
        },
        {
            "start": 1248801667,
            "stop": 1248801714
        },
        {
            "start": 1248801717,
            "stop": 1248802016
        },
        {
            "start": 1248802019,
            "stop": 1248802804
        },
        {
            "start": 1248802809,
            "stop": 1248802811
        },
        {
            "start": 1248802814,
            "stop": 1248803665
        },
        {
            "start": 1248803668,
            "stop": 1248805132
        },
        {
            "start": 1248805135,
            "stop": 1248805869
        },
        {
            "start": 1248805872,
            "stop": 1248806022
        },
        {
            "start": 1248806025,
            "stop": 1248806280
        }
    ]
}