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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1002",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1000",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1001,
    "results": [
        {
            "start": 870923436,
            "stop": 870923736
        },
        {
            "start": 870924435,
            "stop": 870925305
        },
        {
            "start": 870925335,
            "stop": 870925995
        },
        {
            "start": 870926165,
            "stop": 870926225
        },
        {
            "start": 870926781,
            "stop": 870926901
        },
        {
            "start": 870929722,
            "stop": 870929842
        },
        {
            "start": 870930442,
            "stop": 870931222
        },
        {
            "start": 870931457,
            "stop": 870932777
        },
        {
            "start": 870932970,
            "stop": 870933150
        },
        {
            "start": 870933826,
            "stop": 870933946
        },
        {
            "start": 870934096,
            "stop": 870934666
        },
        {
            "start": 870934756,
            "stop": 870936196
        },
        {
            "start": 870936330,
            "stop": 870936570
        },
        {
            "start": 870936726,
            "stop": 870936876
        },
        {
            "start": 870936906,
            "stop": 870936966
        },
        {
            "start": 870937338,
            "stop": 870937458
        },
        {
            "start": 870937917,
            "stop": 870938997
        },
        {
            "start": 870939190,
            "stop": 870939670
        },
        {
            "start": 870941952,
            "stop": 870942312
        },
        {
            "start": 870942462,
            "stop": 870943632
        }
    ]
}