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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=425",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 426,
    "results": [
        {
            "start": 821771856,
            "stop": 821771870
        },
        {
            "start": 821771873,
            "stop": 821771884
        },
        {
            "start": 821771889,
            "stop": 821771897
        },
        {
            "start": 821771903,
            "stop": 821771908
        },
        {
            "start": 821771911,
            "stop": 821771913
        },
        {
            "start": 821771922,
            "stop": 821771923
        },
        {
            "start": 821771929,
            "stop": 821771938
        },
        {
            "start": 821771941,
            "stop": 821771942
        },
        {
            "start": 821771945,
            "stop": 821771949
        },
        {
            "start": 821771955,
            "stop": 821771963
        },
        {
            "start": 821771967,
            "stop": 821771976
        },
        {
            "start": 821771981,
            "stop": 821771984
        },
        {
            "start": 821771987,
            "stop": 821771989
        },
        {
            "start": 821771994,
            "stop": 821772008
        },
        {
            "start": 821772015,
            "stop": 821772018
        },
        {
            "start": 821772023,
            "stop": 821772026
        },
        {
            "start": 821772029,
            "stop": 821772031
        },
        {
            "start": 821772034,
            "stop": 821772038
        },
        {
            "start": 821772044,
            "stop": 821772049
        },
        {
            "start": 821772052,
            "stop": 821772057
        }
    ]
}