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=5256
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=5257",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5255",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5256,
    "results": [
        {
            "start": 1136390949,
            "stop": 1136390959
        },
        {
            "start": 1136390961,
            "stop": 1136390964
        },
        {
            "start": 1136390966,
            "stop": 1136390981
        },
        {
            "start": 1136390983,
            "stop": 1136390996
        },
        {
            "start": 1136390998,
            "stop": 1136391010
        },
        {
            "start": 1136391011,
            "stop": 1136391013
        },
        {
            "start": 1136391016,
            "stop": 1136391031
        },
        {
            "start": 1136391033,
            "stop": 1136391062
        },
        {
            "start": 1136391064,
            "stop": 1136391084
        },
        {
            "start": 1136391086,
            "stop": 1136391099
        },
        {
            "start": 1136391101,
            "stop": 1136391105
        },
        {
            "start": 1136391107,
            "stop": 1136391110
        },
        {
            "start": 1136391112,
            "stop": 1136391113
        },
        {
            "start": 1136391115,
            "stop": 1136391120
        },
        {
            "start": 1136391122,
            "stop": 1136391130
        },
        {
            "start": 1136391132,
            "stop": 1136391158
        },
        {
            "start": 1136391161,
            "stop": 1136391191
        },
        {
            "start": 1136391193,
            "stop": 1136391201
        },
        {
            "start": 1136391203,
            "stop": 1136391213
        },
        {
            "start": 1136391215,
            "stop": 1136391227
        }
    ]
}