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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 148,
    "results": [
        {
            "start": 1418148392,
            "stop": 1418149922
        },
        {
            "start": 1418149927,
            "stop": 1418150413
        },
        {
            "start": 1418150418,
            "stop": 1418150573
        },
        {
            "start": 1418150578,
            "stop": 1418150844
        },
        {
            "start": 1418150849,
            "stop": 1418151599
        },
        {
            "start": 1418151604,
            "stop": 1418155948
        },
        {
            "start": 1418155953,
            "stop": 1418157817
        },
        {
            "start": 1418157822,
            "stop": 1418159589
        },
        {
            "start": 1418159594,
            "stop": 1418160182
        },
        {
            "start": 1418160187,
            "stop": 1418161563
        },
        {
            "start": 1418161568,
            "stop": 1418163643
        },
        {
            "start": 1418163648,
            "stop": 1418163651
        },
        {
            "start": 1418163659,
            "stop": 1418163661
        },
        {
            "start": 1418163666,
            "stop": 1418163769
        },
        {
            "start": 1418163774,
            "stop": 1418164185
        },
        {
            "start": 1418184870,
            "stop": 1418188365
        },
        {
            "start": 1418188370,
            "stop": 1418188579
        },
        {
            "start": 1418196717,
            "stop": 1418197299
        },
        {
            "start": 1418197304,
            "stop": 1418198348
        },
        {
            "start": 1418198353,
            "stop": 1418199162
        }
    ]
}