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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=226",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 227,
    "results": [
        {
            "start": 852099630,
            "stop": 852100364
        },
        {
            "start": 852100474,
            "stop": 852100700
        },
        {
            "start": 852101000,
            "stop": 852101016
        },
        {
            "start": 852101316,
            "stop": 852101920
        },
        {
            "start": 852102030,
            "stop": 852102159
        },
        {
            "start": 852138587,
            "stop": 852138922
        },
        {
            "start": 852139280,
            "stop": 852139712
        },
        {
            "start": 852139822,
            "stop": 852139993
        },
        {
            "start": 852140161,
            "stop": 852140595
        },
        {
            "start": 852140895,
            "stop": 852141666
        },
        {
            "start": 852141776,
            "stop": 852142199
        },
        {
            "start": 852142499,
            "stop": 852142550
        },
        {
            "start": 852142660,
            "stop": 852142783
        },
        {
            "start": 852143333,
            "stop": 852144614
        },
        {
            "start": 852144914,
            "stop": 852144923
        },
        {
            "start": 852145033,
            "stop": 852146189
        },
        {
            "start": 852146489,
            "stop": 852146847
        },
        {
            "start": 852147010,
            "stop": 852147402
        },
        {
            "start": 852147512,
            "stop": 852147665
        },
        {
            "start": 852147965,
            "stop": 852148883
        }
    ]
}