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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=289",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 290,
    "results": [
        {
            "start": 1126950902,
            "stop": 1126950903
        },
        {
            "start": 1126950908,
            "stop": 1126951150
        },
        {
            "start": 1126951151,
            "stop": 1126951481
        },
        {
            "start": 1126951482,
            "stop": 1126951787
        },
        {
            "start": 1126951789,
            "stop": 1126952085
        },
        {
            "start": 1126952087,
            "stop": 1126952316
        },
        {
            "start": 1126952323,
            "stop": 1126952365
        },
        {
            "start": 1126952366,
            "stop": 1126952506
        },
        {
            "start": 1126952514,
            "stop": 1126952531
        },
        {
            "start": 1126952533,
            "stop": 1126952536
        },
        {
            "start": 1126952539,
            "stop": 1126952672
        },
        {
            "start": 1126952673,
            "stop": 1126952729
        },
        {
            "start": 1126952731,
            "stop": 1126952866
        },
        {
            "start": 1126952867,
            "stop": 1126952957
        },
        {
            "start": 1126952958,
            "stop": 1126952962
        },
        {
            "start": 1126952963,
            "stop": 1126953277
        },
        {
            "start": 1126953279,
            "stop": 1126953379
        },
        {
            "start": 1126953380,
            "stop": 1126953581
        },
        {
            "start": 1126953582,
            "stop": 1126953679
        },
        {
            "start": 1126953681,
            "stop": 1126953726
        }
    ]
}