Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=91
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 91,
    "results": [
        {
            "start": 931285088,
            "stop": 931285089
        },
        {
            "start": 931290692,
            "stop": 931290694
        },
        {
            "start": 931290705,
            "stop": 931290706
        },
        {
            "start": 931290714,
            "stop": 931290717
        },
        {
            "start": 931290721,
            "stop": 931290722
        },
        {
            "start": 931290724,
            "stop": 931290726
        },
        {
            "start": 931290734,
            "stop": 931290745
        },
        {
            "start": 931290755,
            "stop": 931290756
        },
        {
            "start": 931290758,
            "stop": 931290763
        },
        {
            "start": 931290765,
            "stop": 931290769
        },
        {
            "start": 931290776,
            "stop": 931290777
        },
        {
            "start": 931290778,
            "stop": 931290780
        },
        {
            "start": 931290782,
            "stop": 931290784
        },
        {
            "start": 931290786,
            "stop": 931290787
        },
        {
            "start": 931290789,
            "stop": 931290817
        },
        {
            "start": 931290821,
            "stop": 931290822
        },
        {
            "start": 931290824,
            "stop": 931290849
        },
        {
            "start": 931290851,
            "stop": 931290932
        },
        {
            "start": 931290933,
            "stop": 931290937
        },
        {
            "start": 931290938,
            "stop": 931290961
        }
    ]
}