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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=317",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 318,
    "results": [
        {
            "start": 1175869444,
            "stop": 1175870228
        },
        {
            "start": 1175870230,
            "stop": 1175871301
        },
        {
            "start": 1175871303,
            "stop": 1175872647
        },
        {
            "start": 1175872649,
            "stop": 1175874055
        },
        {
            "start": 1175874057,
            "stop": 1175875141
        },
        {
            "start": 1175875143,
            "stop": 1175876093
        },
        {
            "start": 1175876095,
            "stop": 1175876896
        },
        {
            "start": 1175876898,
            "stop": 1175878051
        },
        {
            "start": 1175878053,
            "stop": 1175879539
        },
        {
            "start": 1175879541,
            "stop": 1175880941
        },
        {
            "start": 1175880943,
            "stop": 1175882109
        },
        {
            "start": 1175882111,
            "stop": 1175883336
        },
        {
            "start": 1175883338,
            "stop": 1175884599
        },
        {
            "start": 1175884601,
            "stop": 1175885790
        },
        {
            "start": 1175885792,
            "stop": 1175886743
        },
        {
            "start": 1175886745,
            "stop": 1175888864
        },
        {
            "start": 1175888866,
            "stop": 1175891112
        },
        {
            "start": 1175891114,
            "stop": 1175893387
        },
        {
            "start": 1175893389,
            "stop": 1175894543
        },
        {
            "start": 1175897248,
            "stop": 1175898164
        }
    ]
}