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=5153
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=5154",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5152",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5153,
    "results": [
        {
            "start": 1136210120,
            "stop": 1136210129
        },
        {
            "start": 1136210131,
            "stop": 1136210135
        },
        {
            "start": 1136210137,
            "stop": 1136210160
        },
        {
            "start": 1136210162,
            "stop": 1136210214
        },
        {
            "start": 1136210216,
            "stop": 1136210221
        },
        {
            "start": 1136210223,
            "stop": 1136210225
        },
        {
            "start": 1136210227,
            "stop": 1136210253
        },
        {
            "start": 1136210255,
            "stop": 1136210260
        },
        {
            "start": 1136210262,
            "stop": 1136210263
        },
        {
            "start": 1136210267,
            "stop": 1136210273
        },
        {
            "start": 1136210275,
            "stop": 1136210312
        },
        {
            "start": 1136210314,
            "stop": 1136210345
        },
        {
            "start": 1136210347,
            "stop": 1136210381
        },
        {
            "start": 1136210383,
            "stop": 1136210437
        },
        {
            "start": 1136210439,
            "stop": 1136210458
        },
        {
            "start": 1136210460,
            "stop": 1136210462
        },
        {
            "start": 1136210464,
            "stop": 1136210477
        },
        {
            "start": 1136210479,
            "stop": 1136210515
        },
        {
            "start": 1136210517,
            "stop": 1136210529
        },
        {
            "start": 1136210531,
            "stop": 1136210546
        }
    ]
}