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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=330",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 331,
    "results": [
        {
            "start": 828992745,
            "stop": 828992747
        },
        {
            "start": 828992748,
            "stop": 828992753
        },
        {
            "start": 828992755,
            "stop": 828992759
        },
        {
            "start": 828992761,
            "stop": 828992764
        },
        {
            "start": 828992766,
            "stop": 828992770
        },
        {
            "start": 828992772,
            "stop": 828992779
        },
        {
            "start": 828992782,
            "stop": 828992792
        },
        {
            "start": 828992794,
            "stop": 828992795
        },
        {
            "start": 828992798,
            "stop": 828992812
        },
        {
            "start": 828992814,
            "stop": 828992820
        },
        {
            "start": 828992823,
            "stop": 828992847
        },
        {
            "start": 828992850,
            "stop": 828992858
        },
        {
            "start": 828992860,
            "stop": 828992890
        },
        {
            "start": 828992892,
            "stop": 828992927
        },
        {
            "start": 828992929,
            "stop": 828992948
        },
        {
            "start": 828992950,
            "stop": 828992958
        },
        {
            "start": 828992960,
            "stop": 828992979
        },
        {
            "start": 828992981,
            "stop": 828992984
        },
        {
            "start": 828992986,
            "stop": 828992991
        },
        {
            "start": 828992993,
            "stop": 828993003
        }
    ]
}