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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3090",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3091,
    "results": [
        {
            "start": 866432670,
            "stop": 866435924
        },
        {
            "start": 866436345,
            "stop": 866436840
        },
        {
            "start": 866436900,
            "stop": 866436960
        },
        {
            "start": 866437020,
            "stop": 866440110
        },
        {
            "start": 866440113,
            "stop": 866440808
        },
        {
            "start": 866440812,
            "stop": 866440842
        },
        {
            "start": 866440854,
            "stop": 866440856
        },
        {
            "start": 866440861,
            "stop": 866440885
        },
        {
            "start": 866440890,
            "stop": 866441370
        },
        {
            "start": 866441430,
            "stop": 866447280
        },
        {
            "start": 866448711,
            "stop": 866455260
        },
        {
            "start": 866455320,
            "stop": 866459835
        },
        {
            "start": 866459840,
            "stop": 866459880
        },
        {
            "start": 866459940,
            "stop": 866468280
        },
        {
            "start": 866468340,
            "stop": 866468873
        },
        {
            "start": 866472021,
            "stop": 866472660
        },
        {
            "start": 866472720,
            "stop": 866473080
        },
        {
            "start": 866473140,
            "stop": 866473740
        },
        {
            "start": 866473920,
            "stop": 866474977
        },
        {
            "start": 866474981,
            "stop": 866475372
        }
    ]
}