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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=334",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 335,
    "results": [
        {
            "start": 821320744,
            "stop": 821320783
        },
        {
            "start": 821320802,
            "stop": 821320870
        },
        {
            "start": 821320874,
            "stop": 821321083
        },
        {
            "start": 821321086,
            "stop": 821321295
        },
        {
            "start": 821321299,
            "stop": 821321447
        },
        {
            "start": 821321450,
            "stop": 821321468
        },
        {
            "start": 821321471,
            "stop": 821321653
        },
        {
            "start": 821321657,
            "stop": 821321703
        },
        {
            "start": 821321706,
            "stop": 821321785
        },
        {
            "start": 821321788,
            "stop": 821321846
        },
        {
            "start": 821321849,
            "stop": 821321929
        },
        {
            "start": 821321933,
            "stop": 821321962
        },
        {
            "start": 821321965,
            "stop": 821322002
        },
        {
            "start": 821322005,
            "stop": 821322158
        },
        {
            "start": 821322162,
            "stop": 821322177
        },
        {
            "start": 821322181,
            "stop": 821322235
        },
        {
            "start": 821322238,
            "stop": 821322545
        },
        {
            "start": 821322548,
            "stop": 821322651
        },
        {
            "start": 821322655,
            "stop": 821322741
        },
        {
            "start": 821322744,
            "stop": 821322825
        }
    ]
}