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=834
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=835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=833",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 834,
    "results": [
        {
            "start": 860685764,
            "stop": 860685824
        },
        {
            "start": 860686404,
            "stop": 860686464
        },
        {
            "start": 860687529,
            "stop": 860687649
        },
        {
            "start": 860687860,
            "stop": 860687980
        },
        {
            "start": 860688152,
            "stop": 860688212
        },
        {
            "start": 860699285,
            "stop": 860699525
        },
        {
            "start": 860699681,
            "stop": 860699741
        },
        {
            "start": 860699905,
            "stop": 860700025
        },
        {
            "start": 860700199,
            "stop": 860700499
        },
        {
            "start": 860701667,
            "stop": 860701847
        },
        {
            "start": 860702010,
            "stop": 860702070
        },
        {
            "start": 860702318,
            "stop": 860702558
        },
        {
            "start": 860702722,
            "stop": 860702812
        },
        {
            "start": 860703182,
            "stop": 860703302
        },
        {
            "start": 860703680,
            "stop": 860704040
        },
        {
            "start": 860704366,
            "stop": 860704486
        },
        {
            "start": 860704787,
            "stop": 860704847
        },
        {
            "start": 860705161,
            "stop": 860705221
        },
        {
            "start": 860705718,
            "stop": 860705838
        },
        {
            "start": 860705868,
            "stop": 860705928
        }
    ]
}