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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3147",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3148,
    "results": [
        {
            "start": 868974310,
            "stop": 868974337
        },
        {
            "start": 868974343,
            "stop": 868976400
        },
        {
            "start": 868976460,
            "stop": 868977180
        },
        {
            "start": 868977240,
            "stop": 868978680
        },
        {
            "start": 868978740,
            "stop": 868979880
        },
        {
            "start": 868979940,
            "stop": 868980660
        },
        {
            "start": 868980720,
            "stop": 868981070
        },
        {
            "start": 868981075,
            "stop": 868982880
        },
        {
            "start": 868983000,
            "stop": 868985093
        },
        {
            "start": 868985096,
            "stop": 868985100
        },
        {
            "start": 868985220,
            "stop": 868986540
        },
        {
            "start": 868986600,
            "stop": 868987950
        },
        {
            "start": 868989624,
            "stop": 868989960
        },
        {
            "start": 868989965,
            "stop": 868990020
        },
        {
            "start": 868990080,
            "stop": 868990772
        },
        {
            "start": 868990778,
            "stop": 868992360
        },
        {
            "start": 868992420,
            "stop": 868992780
        },
        {
            "start": 868992840,
            "stop": 868995720
        },
        {
            "start": 868995840,
            "stop": 868997280
        },
        {
            "start": 868997340,
            "stop": 868998300
        }
    ]
}