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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46822",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46823,
    "results": [
        {
            "start": 875130535,
            "stop": 875130573
        },
        {
            "start": 875130576,
            "stop": 875130585
        },
        {
            "start": 875130586,
            "stop": 875130597
        },
        {
            "start": 875130600,
            "stop": 875130627
        },
        {
            "start": 875130628,
            "stop": 875130690
        },
        {
            "start": 875130694,
            "stop": 875130695
        },
        {
            "start": 875130698,
            "stop": 875130705
        },
        {
            "start": 875130706,
            "stop": 875130752
        },
        {
            "start": 875130755,
            "stop": 875130774
        },
        {
            "start": 875130776,
            "stop": 875130796
        },
        {
            "start": 875130800,
            "stop": 875130813
        },
        {
            "start": 875130814,
            "stop": 875130825
        },
        {
            "start": 875130828,
            "stop": 875130869
        },
        {
            "start": 875130871,
            "stop": 875130972
        },
        {
            "start": 875130973,
            "stop": 875130983
        },
        {
            "start": 875130984,
            "stop": 875131013
        },
        {
            "start": 875131014,
            "stop": 875131023
        },
        {
            "start": 875131027,
            "stop": 875131130
        },
        {
            "start": 875131134,
            "stop": 875131140
        },
        {
            "start": 875131144,
            "stop": 875131178
        }
    ]
}