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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 233,
    "results": [
        {
            "start": 1173686484,
            "stop": 1173686485
        },
        {
            "start": 1173686488,
            "stop": 1173686489
        },
        {
            "start": 1173686493,
            "stop": 1173686495
        },
        {
            "start": 1173686498,
            "stop": 1173686504
        },
        {
            "start": 1173686505,
            "stop": 1173686506
        },
        {
            "start": 1173686508,
            "stop": 1173686511
        },
        {
            "start": 1173686512,
            "stop": 1173686538
        },
        {
            "start": 1173686556,
            "stop": 1173686557
        },
        {
            "start": 1173686560,
            "stop": 1173686561
        },
        {
            "start": 1173686564,
            "stop": 1173686566
        },
        {
            "start": 1173686568,
            "stop": 1173686569
        },
        {
            "start": 1173686572,
            "stop": 1173686573
        },
        {
            "start": 1173686578,
            "stop": 1173686604
        },
        {
            "start": 1173686605,
            "stop": 1173686650
        },
        {
            "start": 1173686659,
            "stop": 1173686943
        },
        {
            "start": 1173686945,
            "stop": 1173687991
        },
        {
            "start": 1173687993,
            "stop": 1173689044
        },
        {
            "start": 1173689046,
            "stop": 1173690363
        },
        {
            "start": 1173690365,
            "stop": 1173691379
        },
        {
            "start": 1173691381,
            "stop": 1173692074
        }
    ]
}