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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=379",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 380,
    "results": [
        {
            "start": 823945484,
            "stop": 823950363
        },
        {
            "start": 823950366,
            "stop": 823950636
        },
        {
            "start": 823950640,
            "stop": 823951395
        },
        {
            "start": 823951412,
            "stop": 823952430
        },
        {
            "start": 823952433,
            "stop": 823952527
        },
        {
            "start": 823952530,
            "stop": 823952927
        },
        {
            "start": 823952931,
            "stop": 823953650
        },
        {
            "start": 823953654,
            "stop": 823956310
        },
        {
            "start": 823956314,
            "stop": 823958225
        },
        {
            "start": 823958242,
            "stop": 823958777
        },
        {
            "start": 823958780,
            "stop": 823958967
        },
        {
            "start": 823958970,
            "stop": 823959009
        },
        {
            "start": 823959012,
            "stop": 823959040
        },
        {
            "start": 823959043,
            "stop": 823959090
        },
        {
            "start": 823959094,
            "stop": 823959110
        },
        {
            "start": 823959113,
            "stop": 823959293
        },
        {
            "start": 823959296,
            "stop": 823960305
        },
        {
            "start": 823960322,
            "stop": 823962681
        },
        {
            "start": 823962698,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824035960
        }
    ]
}