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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=306",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 307,
    "results": [
        {
            "start": 821723163,
            "stop": 821723164
        },
        {
            "start": 821723167,
            "stop": 821723291
        },
        {
            "start": 821723294,
            "stop": 821723375
        },
        {
            "start": 821723378,
            "stop": 821723633
        },
        {
            "start": 821723636,
            "stop": 821723646
        },
        {
            "start": 821723649,
            "stop": 821723944
        },
        {
            "start": 821723947,
            "stop": 821724271
        },
        {
            "start": 821724274,
            "stop": 821724332
        },
        {
            "start": 821724335,
            "stop": 821725049
        },
        {
            "start": 821725052,
            "stop": 821725332
        },
        {
            "start": 821725335,
            "stop": 821725688
        },
        {
            "start": 821725691,
            "stop": 821725793
        },
        {
            "start": 821727654,
            "stop": 821727911
        },
        {
            "start": 821727914,
            "stop": 821727952
        },
        {
            "start": 821727955,
            "stop": 821727976
        },
        {
            "start": 821727979,
            "stop": 821731237
        },
        {
            "start": 821731240,
            "stop": 821734342
        },
        {
            "start": 821734348,
            "stop": 821734531
        },
        {
            "start": 821734534,
            "stop": 821734677
        },
        {
            "start": 821734680,
            "stop": 821735521
        }
    ]
}