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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1870",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1868",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1869,
    "results": [
        {
            "start": 1250806678,
            "stop": 1250806748
        },
        {
            "start": 1250806750,
            "stop": 1250806769
        },
        {
            "start": 1250806775,
            "stop": 1250806780
        },
        {
            "start": 1250806787,
            "stop": 1250806838
        },
        {
            "start": 1250806841,
            "stop": 1250807162
        },
        {
            "start": 1250807165,
            "stop": 1250808285
        },
        {
            "start": 1250808288,
            "stop": 1250810123
        },
        {
            "start": 1250810126,
            "stop": 1250811447
        },
        {
            "start": 1250811455,
            "stop": 1250812967
        },
        {
            "start": 1250812970,
            "stop": 1250813080
        },
        {
            "start": 1250813083,
            "stop": 1250813495
        },
        {
            "start": 1250813497,
            "stop": 1250813747
        },
        {
            "start": 1250813749,
            "stop": 1250815009
        },
        {
            "start": 1250815011,
            "stop": 1250818401
        },
        {
            "start": 1250818404,
            "stop": 1250818729
        },
        {
            "start": 1250818731,
            "stop": 1250819616
        },
        {
            "start": 1250819618,
            "stop": 1250821884
        },
        {
            "start": 1250821886,
            "stop": 1250822914
        },
        {
            "start": 1250822917,
            "stop": 1250824591
        },
        {
            "start": 1250824593,
            "stop": 1250824960
        }
    ]
}