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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7340",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7341,
    "results": [
        {
            "start": 969314989,
            "stop": 969315036
        },
        {
            "start": 969315039,
            "stop": 969315203
        },
        {
            "start": 969315206,
            "stop": 969315466
        },
        {
            "start": 969315469,
            "stop": 969315580
        },
        {
            "start": 969315583,
            "stop": 969315596
        },
        {
            "start": 969315600,
            "stop": 969315668
        },
        {
            "start": 969315671,
            "stop": 969315698
        },
        {
            "start": 969315719,
            "stop": 969315756
        },
        {
            "start": 969315759,
            "stop": 969315791
        },
        {
            "start": 969315795,
            "stop": 969315833
        },
        {
            "start": 969315854,
            "stop": 969315867
        },
        {
            "start": 969315873,
            "stop": 969316178
        },
        {
            "start": 969316182,
            "stop": 969316418
        },
        {
            "start": 969316439,
            "stop": 969317645
        },
        {
            "start": 969322761,
            "stop": 969322772
        },
        {
            "start": 969322775,
            "stop": 969322967
        },
        {
            "start": 969322970,
            "stop": 969323038
        },
        {
            "start": 969323041,
            "stop": 969323531
        },
        {
            "start": 969323534,
            "stop": 969323900
        },
        {
            "start": 969323903,
            "stop": 969324238
        }
    ]
}