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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=229",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 230,
    "results": [
        {
            "start": 1262561034,
            "stop": 1262562763
        },
        {
            "start": 1262562765,
            "stop": 1262563740
        },
        {
            "start": 1262563742,
            "stop": 1262564384
        },
        {
            "start": 1262564387,
            "stop": 1262566173
        },
        {
            "start": 1262566178,
            "stop": 1262566682
        },
        {
            "start": 1262566684,
            "stop": 1262568957
        },
        {
            "start": 1262568960,
            "stop": 1262569196
        },
        {
            "start": 1262569197,
            "stop": 1262570911
        },
        {
            "start": 1262570913,
            "stop": 1262571025
        },
        {
            "start": 1262571027,
            "stop": 1262573012
        },
        {
            "start": 1262573017,
            "stop": 1262574069
        },
        {
            "start": 1262574073,
            "stop": 1262574441
        },
        {
            "start": 1262574443,
            "stop": 1262574488
        },
        {
            "start": 1262574491,
            "stop": 1262574569
        },
        {
            "start": 1262574570,
            "stop": 1262574876
        },
        {
            "start": 1262574879,
            "stop": 1262575022
        },
        {
            "start": 1262575024,
            "stop": 1262575814
        },
        {
            "start": 1262575816,
            "stop": 1262576005
        },
        {
            "start": 1262576009,
            "stop": 1262584833
        },
        {
            "start": 1262584836,
            "stop": 1262586060
        }
    ]
}