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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=692",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 693,
    "results": [
        {
            "start": 830078651,
            "stop": 830083620
        },
        {
            "start": 830083680,
            "stop": 830084077
        },
        {
            "start": 830084094,
            "stop": 830084577
        },
        {
            "start": 830084580,
            "stop": 830090601
        },
        {
            "start": 830090618,
            "stop": 830090653
        },
        {
            "start": 830090670,
            "stop": 830092896
        },
        {
            "start": 830092913,
            "stop": 830096625
        },
        {
            "start": 830100539,
            "stop": 830101969
        },
        {
            "start": 830101987,
            "stop": 830102051
        },
        {
            "start": 830102083,
            "stop": 830102400
        },
        {
            "start": 830102460,
            "stop": 830102857
        },
        {
            "start": 830102861,
            "stop": 830102866
        },
        {
            "start": 830102870,
            "stop": 830102970
        },
        {
            "start": 830102987,
            "stop": 830103223
        },
        {
            "start": 830103241,
            "stop": 830103416
        },
        {
            "start": 830103433,
            "stop": 830103918
        },
        {
            "start": 830103935,
            "stop": 830104440
        },
        {
            "start": 830104500,
            "stop": 830104522
        },
        {
            "start": 830104540,
            "stop": 830104949
        },
        {
            "start": 830104966,
            "stop": 830106857
        }
    ]
}