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=1665
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=1666",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1664",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1665,
    "results": [
        {
            "start": 1248445294,
            "stop": 1248446537
        },
        {
            "start": 1248446540,
            "stop": 1248448293
        },
        {
            "start": 1248448297,
            "stop": 1248449733
        },
        {
            "start": 1248449736,
            "stop": 1248449739
        },
        {
            "start": 1248449745,
            "stop": 1248449747
        },
        {
            "start": 1248449749,
            "stop": 1248449755
        },
        {
            "start": 1248449758,
            "stop": 1248450217
        },
        {
            "start": 1248450220,
            "stop": 1248451090
        },
        {
            "start": 1248451092,
            "stop": 1248451758
        },
        {
            "start": 1248451761,
            "stop": 1248451864
        },
        {
            "start": 1248451867,
            "stop": 1248451938
        },
        {
            "start": 1248451941,
            "stop": 1248453418
        },
        {
            "start": 1248453426,
            "stop": 1248453749
        },
        {
            "start": 1248453750,
            "stop": 1248453760
        },
        {
            "start": 1248453762,
            "stop": 1248453777
        },
        {
            "start": 1248453780,
            "stop": 1248453902
        },
        {
            "start": 1248453904,
            "stop": 1248454598
        },
        {
            "start": 1248454601,
            "stop": 1248455991
        },
        {
            "start": 1248463179,
            "stop": 1248463557
        },
        {
            "start": 1248463560,
            "stop": 1248464716
        }
    ]
}