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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=137",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 138,
    "results": [
        {
            "start": 825971670,
            "stop": 825971680
        },
        {
            "start": 825971682,
            "stop": 825971683
        },
        {
            "start": 825971685,
            "stop": 825971693
        },
        {
            "start": 825971695,
            "stop": 825971986
        },
        {
            "start": 825971988,
            "stop": 825972017
        },
        {
            "start": 825972019,
            "stop": 825972028
        },
        {
            "start": 825972030,
            "stop": 825972032
        },
        {
            "start": 825972034,
            "stop": 825975450
        },
        {
            "start": 825975510,
            "stop": 825975556
        },
        {
            "start": 825975856,
            "stop": 825977807
        },
        {
            "start": 825977809,
            "stop": 825978091
        },
        {
            "start": 825978094,
            "stop": 825979433
        },
        {
            "start": 825979436,
            "stop": 825980957
        },
        {
            "start": 825980960,
            "stop": 825982673
        },
        {
            "start": 825982675,
            "stop": 825982721
        },
        {
            "start": 825982724,
            "stop": 825983599
        },
        {
            "start": 825983601,
            "stop": 825986342
        },
        {
            "start": 825986348,
            "stop": 825987649
        },
        {
            "start": 825988803,
            "stop": 825988913
        },
        {
            "start": 825989023,
            "stop": 825989521
        }
    ]
}