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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=109",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 110,
    "results": [
        {
            "start": 821442564,
            "stop": 821442652
        },
        {
            "start": 821442655,
            "stop": 821442679
        },
        {
            "start": 821442682,
            "stop": 821442691
        },
        {
            "start": 821442694,
            "stop": 821442743
        },
        {
            "start": 821442746,
            "stop": 821442787
        },
        {
            "start": 821442790,
            "stop": 821442801
        },
        {
            "start": 821442804,
            "stop": 821442820
        },
        {
            "start": 821442823,
            "stop": 821442847
        },
        {
            "start": 821442850,
            "stop": 821442851
        },
        {
            "start": 821442854,
            "stop": 821442913
        },
        {
            "start": 821442916,
            "stop": 821443017
        },
        {
            "start": 821443020,
            "stop": 821443180
        },
        {
            "start": 821443183,
            "stop": 821443200
        },
        {
            "start": 821443203,
            "stop": 821443261
        },
        {
            "start": 821443264,
            "stop": 821443317
        },
        {
            "start": 821443320,
            "stop": 821443323
        },
        {
            "start": 821443326,
            "stop": 821443377
        },
        {
            "start": 821443380,
            "stop": 821443399
        },
        {
            "start": 821443402,
            "stop": 821443531
        },
        {
            "start": 821443534,
            "stop": 821443536
        }
    ]
}