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=1859
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=1860",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1858",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1859,
    "results": [
        {
            "start": 1250735176,
            "stop": 1250735215
        },
        {
            "start": 1250735217,
            "stop": 1250735229
        },
        {
            "start": 1250735232,
            "stop": 1250735246
        },
        {
            "start": 1250735249,
            "stop": 1250735332
        },
        {
            "start": 1250735335,
            "stop": 1250735344
        },
        {
            "start": 1250735347,
            "stop": 1250735358
        },
        {
            "start": 1250735361,
            "stop": 1250735429
        },
        {
            "start": 1250735432,
            "stop": 1250735496
        },
        {
            "start": 1250735504,
            "stop": 1250735534
        },
        {
            "start": 1250735537,
            "stop": 1250735569
        },
        {
            "start": 1250735571,
            "stop": 1250735599
        },
        {
            "start": 1250735601,
            "stop": 1250735653
        },
        {
            "start": 1250735656,
            "stop": 1250735691
        },
        {
            "start": 1250735694,
            "stop": 1250735702
        },
        {
            "start": 1250735705,
            "stop": 1250735718
        },
        {
            "start": 1250735721,
            "stop": 1250735736
        },
        {
            "start": 1250735739,
            "stop": 1250735782
        },
        {
            "start": 1250735785,
            "stop": 1250735815
        },
        {
            "start": 1250735818,
            "stop": 1250735832
        },
        {
            "start": 1250735835,
            "stop": 1250735924
        }
    ]
}