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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9842",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9843,
    "results": [
        {
            "start": 874038116,
            "stop": 874038666
        },
        {
            "start": 874038683,
            "stop": 874039016
        },
        {
            "start": 874039033,
            "stop": 874039354
        },
        {
            "start": 874039371,
            "stop": 874039575
        },
        {
            "start": 874039592,
            "stop": 874039882
        },
        {
            "start": 874039885,
            "stop": 874040097
        },
        {
            "start": 874040114,
            "stop": 874040286
        },
        {
            "start": 874040303,
            "stop": 874040313
        },
        {
            "start": 874040433,
            "stop": 874040849
        },
        {
            "start": 874040866,
            "stop": 874042166
        },
        {
            "start": 874042169,
            "stop": 874042440
        },
        {
            "start": 874042500,
            "stop": 874043652
        },
        {
            "start": 874043669,
            "stop": 874044259
        },
        {
            "start": 874044262,
            "stop": 874044266
        },
        {
            "start": 874044274,
            "stop": 874044281
        },
        {
            "start": 874044317,
            "stop": 874044328
        },
        {
            "start": 874044332,
            "stop": 874044346
        },
        {
            "start": 874044377,
            "stop": 874044379
        },
        {
            "start": 874044396,
            "stop": 874044427
        },
        {
            "start": 874044433,
            "stop": 874044715
        }
    ]
}