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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3630",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3628",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3629,
    "results": [
        {
            "start": 970490720,
            "stop": 970490732
        },
        {
            "start": 970490739,
            "stop": 970490742
        },
        {
            "start": 970490754,
            "stop": 970490756
        },
        {
            "start": 970490768,
            "stop": 970490769
        },
        {
            "start": 970490773,
            "stop": 970490774
        },
        {
            "start": 970490778,
            "stop": 970490781
        },
        {
            "start": 970490790,
            "stop": 970490792
        },
        {
            "start": 970490797,
            "stop": 970490799
        },
        {
            "start": 970490802,
            "stop": 970490803
        },
        {
            "start": 970490809,
            "stop": 970490811
        },
        {
            "start": 970490814,
            "stop": 970490817
        },
        {
            "start": 970490820,
            "stop": 970490822
        },
        {
            "start": 970490825,
            "stop": 970490837
        },
        {
            "start": 970490840,
            "stop": 970490843
        },
        {
            "start": 970490847,
            "stop": 970490849
        },
        {
            "start": 970490858,
            "stop": 970490862
        },
        {
            "start": 970490868,
            "stop": 970490869
        },
        {
            "start": 970490873,
            "stop": 970490878
        },
        {
            "start": 970490881,
            "stop": 970490887
        },
        {
            "start": 970490891,
            "stop": 970490897
        }
    ]
}