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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40572",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40573,
    "results": [
        {
            "start": 874850904,
            "stop": 874850905
        },
        {
            "start": 874850907,
            "stop": 874850908
        },
        {
            "start": 874850909,
            "stop": 874850914
        },
        {
            "start": 874850915,
            "stop": 874850919
        },
        {
            "start": 874850921,
            "stop": 874850924
        },
        {
            "start": 874850925,
            "stop": 874850930
        },
        {
            "start": 874850931,
            "stop": 874850935
        },
        {
            "start": 874850936,
            "stop": 874850940
        },
        {
            "start": 874850943,
            "stop": 874850945
        },
        {
            "start": 874850947,
            "stop": 874850951
        },
        {
            "start": 874850952,
            "stop": 874850956
        },
        {
            "start": 874850958,
            "stop": 874850960
        },
        {
            "start": 874850961,
            "stop": 874850962
        },
        {
            "start": 874850963,
            "stop": 874850967
        },
        {
            "start": 874850968,
            "stop": 874850972
        },
        {
            "start": 874850974,
            "stop": 874850978
        },
        {
            "start": 874850979,
            "stop": 874850983
        },
        {
            "start": 874850984,
            "stop": 874850988
        },
        {
            "start": 874850990,
            "stop": 874850994
        },
        {
            "start": 874850995,
            "stop": 874850999
        }
    ]
}