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=5160
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=5161",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5159",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5160,
    "results": [
        {
            "start": 1136216603,
            "stop": 1136216702
        },
        {
            "start": 1136216704,
            "stop": 1136216724
        },
        {
            "start": 1136216726,
            "stop": 1136216741
        },
        {
            "start": 1136216743,
            "stop": 1136216746
        },
        {
            "start": 1136216748,
            "stop": 1136216749
        },
        {
            "start": 1136216751,
            "stop": 1136216753
        },
        {
            "start": 1136216756,
            "stop": 1136216789
        },
        {
            "start": 1136216791,
            "stop": 1136216808
        },
        {
            "start": 1136216810,
            "stop": 1136216844
        },
        {
            "start": 1136216846,
            "stop": 1136216847
        },
        {
            "start": 1136216849,
            "stop": 1136216854
        },
        {
            "start": 1136216856,
            "stop": 1136216910
        },
        {
            "start": 1136216912,
            "stop": 1136216941
        },
        {
            "start": 1136216943,
            "stop": 1136217035
        },
        {
            "start": 1136217037,
            "stop": 1136217044
        },
        {
            "start": 1136217046,
            "stop": 1136217126
        },
        {
            "start": 1136217128,
            "stop": 1136217190
        },
        {
            "start": 1136217192,
            "stop": 1136217210
        },
        {
            "start": 1136217212,
            "stop": 1136217215
        },
        {
            "start": 1136217217,
            "stop": 1136217226
        }
    ]
}