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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=198",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 199,
    "results": [
        {
            "start": 826632553,
            "stop": 826633273
        },
        {
            "start": 826633472,
            "stop": 826634192
        },
        {
            "start": 826634442,
            "stop": 826634742
        },
        {
            "start": 826634937,
            "stop": 826635357
        },
        {
            "start": 826635516,
            "stop": 826635756
        },
        {
            "start": 826635907,
            "stop": 826636327
        },
        {
            "start": 826638312,
            "stop": 826638552
        },
        {
            "start": 826638700,
            "stop": 826638760
        },
        {
            "start": 826639038,
            "stop": 826639098
        },
        {
            "start": 826650966,
            "stop": 826651026
        },
        {
            "start": 826652609,
            "stop": 826652729
        },
        {
            "start": 826654620,
            "stop": 826654800
        },
        {
            "start": 826655546,
            "stop": 826655606
        },
        {
            "start": 826656932,
            "stop": 826656992
        },
        {
            "start": 826657161,
            "stop": 826657221
        },
        {
            "start": 826666377,
            "stop": 826666437
        },
        {
            "start": 826674301,
            "stop": 826674481
        },
        {
            "start": 826674706,
            "stop": 826674826
        },
        {
            "start": 826675044,
            "stop": 826675764
        },
        {
            "start": 826675961,
            "stop": 826676081
        }
    ]
}