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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=28",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 29,
    "results": [
        {
            "start": 819252274,
            "stop": 819269413
        },
        {
            "start": 819271266,
            "stop": 819281248
        },
        {
            "start": 819281280,
            "stop": 819292652
        },
        {
            "start": 819292655,
            "stop": 819295033
        },
        {
            "start": 819295717,
            "stop": 819299713
        },
        {
            "start": 819300449,
            "stop": 819307993
        },
        {
            "start": 819308033,
            "stop": 819308034
        },
        {
            "start": 819308240,
            "stop": 819308537
        },
        {
            "start": 819312017,
            "stop": 819313033
        },
        {
            "start": 819313797,
            "stop": 819316033
        },
        {
            "start": 819316143,
            "stop": 819317085
        },
        {
            "start": 819323264,
            "stop": 819324673
        },
        {
            "start": 819324863,
            "stop": 819325333
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336008,
            "stop": 819337984
        },
        {
            "start": 819338016,
            "stop": 819346368
        },
        {
            "start": 819346400,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358273
        },
        {
            "start": 819358366,
            "stop": 819359520
        }
    ]
}