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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=324",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 325,
    "results": [
        {
            "start": 822661012,
            "stop": 822661014
        },
        {
            "start": 822661018,
            "stop": 822661063
        },
        {
            "start": 822661067,
            "stop": 822661082
        },
        {
            "start": 822661085,
            "stop": 822661297
        },
        {
            "start": 822661300,
            "stop": 822661901
        },
        {
            "start": 822661904,
            "stop": 822662371
        },
        {
            "start": 822662374,
            "stop": 822662928
        },
        {
            "start": 822662931,
            "stop": 822663114
        },
        {
            "start": 822663117,
            "stop": 822663576
        },
        {
            "start": 822663579,
            "stop": 822663588
        },
        {
            "start": 822663591,
            "stop": 822663904
        },
        {
            "start": 822663907,
            "stop": 822664729
        },
        {
            "start": 822665221,
            "stop": 822665404
        },
        {
            "start": 822665407,
            "stop": 822665850
        },
        {
            "start": 822665992,
            "stop": 822666002
        },
        {
            "start": 822666136,
            "stop": 822666150
        },
        {
            "start": 822666213,
            "stop": 822666223
        },
        {
            "start": 822666232,
            "stop": 822666270
        },
        {
            "start": 822666458,
            "stop": 822666463
        },
        {
            "start": 822666511,
            "stop": 822666556
        }
    ]
}