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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33074",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33072",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33073,
    "results": [
        {
            "start": 970468725,
            "stop": 970468726
        },
        {
            "start": 970468735,
            "stop": 970468736
        },
        {
            "start": 970468742,
            "stop": 970468743
        },
        {
            "start": 970468757,
            "stop": 970468758
        },
        {
            "start": 970468788,
            "stop": 970468789
        },
        {
            "start": 970468790,
            "stop": 970468791
        },
        {
            "start": 970468829,
            "stop": 970468830
        },
        {
            "start": 970468837,
            "stop": 970468840
        },
        {
            "start": 970468876,
            "stop": 970468877
        },
        {
            "start": 970468884,
            "stop": 970468885
        },
        {
            "start": 970468903,
            "stop": 970468904
        },
        {
            "start": 970468908,
            "stop": 970468909
        },
        {
            "start": 970468912,
            "stop": 970468913
        },
        {
            "start": 970468935,
            "stop": 970468936
        },
        {
            "start": 970468968,
            "stop": 970468969
        },
        {
            "start": 970468983,
            "stop": 970468984
        },
        {
            "start": 970468985,
            "stop": 970468986
        },
        {
            "start": 970469045,
            "stop": 970469047
        },
        {
            "start": 970469053,
            "stop": 970469054
        },
        {
            "start": 970469142,
            "stop": 970469143
        }
    ]
}