Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=58",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 59,
    "results": [
        {
            "start": 822957395,
            "stop": 822962222
        },
        {
            "start": 822962332,
            "stop": 822966526
        },
        {
            "start": 822968760,
            "stop": 822970947
        },
        {
            "start": 822971802,
            "stop": 822974928
        },
        {
            "start": 822975063,
            "stop": 822977382
        },
        {
            "start": 822977557,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 823009423
        },
        {
            "start": 823009429,
            "stop": 823012282
        },
        {
            "start": 823012289,
            "stop": 823012355
        },
        {
            "start": 823014112,
            "stop": 823017613
        },
        {
            "start": 823018000,
            "stop": 823018348
        },
        {
            "start": 823020636,
            "stop": 823021814
        },
        {
            "start": 823021942,
            "stop": 823022082
        },
        {
            "start": 823022220,
            "stop": 823022920
        },
        {
            "start": 823023021,
            "stop": 823023270
        },
        {
            "start": 823023624,
            "stop": 823029640
        },
        {
            "start": 823030532,
            "stop": 823032434
        },
        {
            "start": 823034368,
            "stop": 823040291
        },
        {
            "start": 823040372,
            "stop": 823042030
        },
        {
            "start": 823042068,
            "stop": 823048716
        }
    ]
}