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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=384",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 385,
    "results": [
        {
            "start": 825907923,
            "stop": 825908069
        },
        {
            "start": 825908076,
            "stop": 825908362
        },
        {
            "start": 825908369,
            "stop": 825908457
        },
        {
            "start": 825908464,
            "stop": 825908522
        },
        {
            "start": 825908532,
            "stop": 825908752
        },
        {
            "start": 825908760,
            "stop": 825908857
        },
        {
            "start": 825908864,
            "stop": 825908869
        },
        {
            "start": 825908877,
            "stop": 825908879
        },
        {
            "start": 825908882,
            "stop": 825908884
        },
        {
            "start": 825908892,
            "stop": 825908894
        },
        {
            "start": 825908901,
            "stop": 825908965
        },
        {
            "start": 825908970,
            "stop": 825908998
        },
        {
            "start": 825909005,
            "stop": 825909012
        },
        {
            "start": 825909019,
            "stop": 825909041
        },
        {
            "start": 825909049,
            "stop": 825909055
        },
        {
            "start": 825909063,
            "stop": 825909069
        },
        {
            "start": 825909072,
            "stop": 825909166
        },
        {
            "start": 825909173,
            "stop": 825909387
        },
        {
            "start": 825909391,
            "stop": 825909406
        },
        {
            "start": 825909410,
            "stop": 825909418
        }
    ]
}