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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=320",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 321,
    "results": [
        {
            "start": 828903348,
            "stop": 828903802
        },
        {
            "start": 828903804,
            "stop": 828905970
        },
        {
            "start": 828906122,
            "stop": 828908777
        },
        {
            "start": 828908783,
            "stop": 828910502
        },
        {
            "start": 828910510,
            "stop": 828910542
        },
        {
            "start": 828910548,
            "stop": 828910550
        },
        {
            "start": 828910880,
            "stop": 828910928
        },
        {
            "start": 828929996,
            "stop": 828929999
        },
        {
            "start": 828930004,
            "stop": 828930006
        },
        {
            "start": 828930014,
            "stop": 828930016
        },
        {
            "start": 828930020,
            "stop": 828930021
        },
        {
            "start": 828930029,
            "stop": 828930031
        },
        {
            "start": 828930038,
            "stop": 828930041
        },
        {
            "start": 828930044,
            "stop": 828930050
        },
        {
            "start": 828930053,
            "stop": 828930054
        },
        {
            "start": 828930059,
            "stop": 828930061
        },
        {
            "start": 828930076,
            "stop": 828930078
        },
        {
            "start": 828930080,
            "stop": 828930081
        },
        {
            "start": 828930087,
            "stop": 828930090
        },
        {
            "start": 828930096,
            "stop": 828930099
        }
    ]
}