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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5219",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5217",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5218,
    "results": [
        {
            "start": 1136289535,
            "stop": 1136289549
        },
        {
            "start": 1136289551,
            "stop": 1136289626
        },
        {
            "start": 1136289628,
            "stop": 1136289630
        },
        {
            "start": 1136289632,
            "stop": 1136289650
        },
        {
            "start": 1136289655,
            "stop": 1136289810
        },
        {
            "start": 1136289812,
            "stop": 1136289828
        },
        {
            "start": 1136289830,
            "stop": 1136289833
        },
        {
            "start": 1136289835,
            "stop": 1136289838
        },
        {
            "start": 1136289840,
            "stop": 1136289846
        },
        {
            "start": 1136289848,
            "stop": 1136289850
        },
        {
            "start": 1136289854,
            "stop": 1136289876
        },
        {
            "start": 1136289878,
            "stop": 1136289910
        },
        {
            "start": 1136289912,
            "stop": 1136289986
        },
        {
            "start": 1136289992,
            "stop": 1136289999
        },
        {
            "start": 1136290001,
            "stop": 1136290004
        },
        {
            "start": 1136290006,
            "stop": 1136290043
        },
        {
            "start": 1136290045,
            "stop": 1136290077
        },
        {
            "start": 1136290079,
            "stop": 1136290114
        },
        {
            "start": 1136290117,
            "stop": 1136290133
        },
        {
            "start": 1136290135,
            "stop": 1136290175
        }
    ]
}