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=5236
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=5237",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5235",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5236,
    "results": [
        {
            "start": 1136376473,
            "stop": 1136376480
        },
        {
            "start": 1136376482,
            "stop": 1136376512
        },
        {
            "start": 1136376514,
            "stop": 1136376589
        },
        {
            "start": 1136376591,
            "stop": 1136376595
        },
        {
            "start": 1136376597,
            "stop": 1136376676
        },
        {
            "start": 1136376678,
            "stop": 1136376687
        },
        {
            "start": 1136376689,
            "stop": 1136376783
        },
        {
            "start": 1136376785,
            "stop": 1136377008
        },
        {
            "start": 1136377010,
            "stop": 1136377012
        },
        {
            "start": 1136377014,
            "stop": 1136377018
        },
        {
            "start": 1136377020,
            "stop": 1136377081
        },
        {
            "start": 1136377083,
            "stop": 1136377122
        },
        {
            "start": 1136377124,
            "stop": 1136377155
        },
        {
            "start": 1136377157,
            "stop": 1136377286
        },
        {
            "start": 1136377288,
            "stop": 1136377399
        },
        {
            "start": 1136377401,
            "stop": 1136377433
        },
        {
            "start": 1136377435,
            "stop": 1136377514
        },
        {
            "start": 1136377516,
            "stop": 1136377896
        },
        {
            "start": 1136377898,
            "stop": 1136377932
        },
        {
            "start": 1136377934,
            "stop": 1136378002
        }
    ]
}