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=5338
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=5339",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5337",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5338,
    "results": [
        {
            "start": 1136593048,
            "stop": 1136593085
        },
        {
            "start": 1136593087,
            "stop": 1136593303
        },
        {
            "start": 1136593305,
            "stop": 1136593338
        },
        {
            "start": 1136593340,
            "stop": 1136593800
        },
        {
            "start": 1136593802,
            "stop": 1136594113
        },
        {
            "start": 1136594115,
            "stop": 1136594299
        },
        {
            "start": 1136594301,
            "stop": 1136594319
        },
        {
            "start": 1136594321,
            "stop": 1136594551
        },
        {
            "start": 1136594553,
            "stop": 1136594964
        },
        {
            "start": 1136594968,
            "stop": 1136594972
        },
        {
            "start": 1136594974,
            "stop": 1136595378
        },
        {
            "start": 1136595380,
            "stop": 1136595509
        },
        {
            "start": 1136595511,
            "stop": 1136595887
        },
        {
            "start": 1136595889,
            "stop": 1136595990
        },
        {
            "start": 1136595991,
            "stop": 1136596147
        },
        {
            "start": 1136596149,
            "stop": 1136596248
        },
        {
            "start": 1136596250,
            "stop": 1136596283
        },
        {
            "start": 1136597527,
            "stop": 1136597552
        },
        {
            "start": 1136597554,
            "stop": 1136597709
        },
        {
            "start": 1136597713,
            "stop": 1136597804
        }
    ]
}