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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=237",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 238,
    "results": [
        {
            "start": 852066619,
            "stop": 852067787
        },
        {
            "start": 852070009,
            "stop": 852070014
        },
        {
            "start": 852099630,
            "stop": 852100004
        },
        {
            "start": 852100043,
            "stop": 852100364
        },
        {
            "start": 852100474,
            "stop": 852100700
        },
        {
            "start": 852101000,
            "stop": 852101016
        },
        {
            "start": 852101316,
            "stop": 852101920
        },
        {
            "start": 852102030,
            "stop": 852102151
        },
        {
            "start": 852138587,
            "stop": 852138922
        },
        {
            "start": 852139280,
            "stop": 852139712
        },
        {
            "start": 852139822,
            "stop": 852139985
        },
        {
            "start": 852140161,
            "stop": 852140595
        },
        {
            "start": 852140895,
            "stop": 852141666
        },
        {
            "start": 852141776,
            "stop": 852142199
        },
        {
            "start": 852142499,
            "stop": 852142550
        },
        {
            "start": 852142660,
            "stop": 852142783
        },
        {
            "start": 852143333,
            "stop": 852143432
        },
        {
            "start": 852143451,
            "stop": 852144614
        },
        {
            "start": 852144914,
            "stop": 852144923
        },
        {
            "start": 852145033,
            "stop": 852146189
        }
    ]
}