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_CBCLOW_CAT4/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/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=289",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 290,
    "results": [
        {
            "start": 821639700,
            "stop": 821640000
        },
        {
            "start": 821640120,
            "stop": 821640447
        },
        {
            "start": 821640469,
            "stop": 821640517
        },
        {
            "start": 821640524,
            "stop": 821640867
        },
        {
            "start": 821640874,
            "stop": 821641270
        },
        {
            "start": 821641277,
            "stop": 821641371
        },
        {
            "start": 821641378,
            "stop": 821641513
        },
        {
            "start": 821642231,
            "stop": 821642400
        },
        {
            "start": 821642460,
            "stop": 821642507
        },
        {
            "start": 821642514,
            "stop": 821642611
        },
        {
            "start": 821642632,
            "stop": 821642730
        },
        {
            "start": 821642737,
            "stop": 821642940
        },
        {
            "start": 821643007,
            "stop": 821643120
        },
        {
            "start": 821643180,
            "stop": 821643240
        },
        {
            "start": 821643247,
            "stop": 821643613
        },
        {
            "start": 821643621,
            "stop": 821643660
        },
        {
            "start": 821643720,
            "stop": 821644222
        },
        {
            "start": 821644229,
            "stop": 821644382
        },
        {
            "start": 821644390,
            "stop": 821644678
        },
        {
            "start": 821644685,
            "stop": 821644936
        }
    ]
}