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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6346",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6347,
    "results": [
        {
            "start": 873411585,
            "stop": 873411700
        },
        {
            "start": 873411701,
            "stop": 873411733
        },
        {
            "start": 873411734,
            "stop": 873411783
        },
        {
            "start": 873411784,
            "stop": 873411979
        },
        {
            "start": 873411980,
            "stop": 873412502
        },
        {
            "start": 873412503,
            "stop": 873413046
        },
        {
            "start": 873413048,
            "stop": 873413244
        },
        {
            "start": 873413245,
            "stop": 873413455
        },
        {
            "start": 873417772,
            "stop": 873417777
        },
        {
            "start": 873417778,
            "stop": 873418654
        },
        {
            "start": 873418656,
            "stop": 873418785
        },
        {
            "start": 873418786,
            "stop": 873419030
        },
        {
            "start": 873419031,
            "stop": 873419190
        },
        {
            "start": 873419192,
            "stop": 873419414
        },
        {
            "start": 873419415,
            "stop": 873419440
        },
        {
            "start": 873419441,
            "stop": 873420050
        },
        {
            "start": 873420051,
            "stop": 873420838
        },
        {
            "start": 873420839,
            "stop": 873420885
        },
        {
            "start": 873420886,
            "stop": 873421182
        },
        {
            "start": 873421183,
            "stop": 873422340
        }
    ]
}