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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=234",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 235,
    "results": [
        {
            "start": 1262658795,
            "stop": 1262658876
        },
        {
            "start": 1262658877,
            "stop": 1262659058
        },
        {
            "start": 1262659060,
            "stop": 1262659200
        },
        {
            "start": 1262659203,
            "stop": 1262659322
        },
        {
            "start": 1262659324,
            "stop": 1262659329
        },
        {
            "start": 1262659332,
            "stop": 1262659727
        },
        {
            "start": 1262659730,
            "stop": 1262660041
        },
        {
            "start": 1262660042,
            "stop": 1262660054
        },
        {
            "start": 1262660056,
            "stop": 1262660287
        },
        {
            "start": 1262660290,
            "stop": 1262660945
        },
        {
            "start": 1262660948,
            "stop": 1262661040
        },
        {
            "start": 1262661043,
            "stop": 1262661096
        },
        {
            "start": 1262661098,
            "stop": 1262661943
        },
        {
            "start": 1262661948,
            "stop": 1262662349
        },
        {
            "start": 1262662350,
            "stop": 1262662751
        },
        {
            "start": 1262662752,
            "stop": 1262663959
        },
        {
            "start": 1262663964,
            "stop": 1262664057
        },
        {
            "start": 1262664060,
            "stop": 1262664311
        },
        {
            "start": 1262664313,
            "stop": 1262664426
        },
        {
            "start": 1262664429,
            "stop": 1262664483
        }
    ]
}