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_CBCLOW_CAT2/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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=147",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 148,
    "results": [
        {
            "start": 931748178,
            "stop": 931748179
        },
        {
            "start": 931748199,
            "stop": 931748232
        },
        {
            "start": 931755809,
            "stop": 931755888
        },
        {
            "start": 931755893,
            "stop": 931755913
        },
        {
            "start": 931755920,
            "stop": 931755962
        },
        {
            "start": 931755980,
            "stop": 931755993
        },
        {
            "start": 931756004,
            "stop": 931756013
        },
        {
            "start": 931756018,
            "stop": 931756671
        },
        {
            "start": 931756677,
            "stop": 931757040
        },
        {
            "start": 931757046,
            "stop": 931757299
        },
        {
            "start": 931757311,
            "stop": 931757316
        },
        {
            "start": 931757363,
            "stop": 931757384
        },
        {
            "start": 931757392,
            "stop": 931757397
        },
        {
            "start": 931757430,
            "stop": 931757432
        },
        {
            "start": 931757452,
            "stop": 931757453
        },
        {
            "start": 931757467,
            "stop": 931757469
        },
        {
            "start": 931757475,
            "stop": 931757503
        },
        {
            "start": 931757509,
            "stop": 931757521
        },
        {
            "start": 931757542,
            "stop": 931757646
        },
        {
            "start": 931757652,
            "stop": 931757811
        }
    ]
}