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=1855
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=1856",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1854",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1855,
    "results": [
        {
            "start": 1250726722,
            "stop": 1250726738
        },
        {
            "start": 1250726739,
            "stop": 1250726874
        },
        {
            "start": 1250726877,
            "stop": 1250727092
        },
        {
            "start": 1250727093,
            "stop": 1250727465
        },
        {
            "start": 1250727466,
            "stop": 1250727567
        },
        {
            "start": 1250727576,
            "stop": 1250727583
        },
        {
            "start": 1250727586,
            "stop": 1250728382
        },
        {
            "start": 1250728383,
            "stop": 1250729236
        },
        {
            "start": 1250729237,
            "stop": 1250729250
        },
        {
            "start": 1250729252,
            "stop": 1250729429
        },
        {
            "start": 1250729432,
            "stop": 1250729568
        },
        {
            "start": 1250729571,
            "stop": 1250729632
        },
        {
            "start": 1250729633,
            "stop": 1250729643
        },
        {
            "start": 1250729646,
            "stop": 1250729707
        },
        {
            "start": 1250729710,
            "stop": 1250729751
        },
        {
            "start": 1250729754,
            "stop": 1250729809
        },
        {
            "start": 1250729811,
            "stop": 1250729814
        },
        {
            "start": 1250729817,
            "stop": 1250729821
        },
        {
            "start": 1250729823,
            "stop": 1250729837
        },
        {
            "start": 1250729839,
            "stop": 1250729843
        }
    ]
}