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=5127
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=5128",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5126",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5127,
    "results": [
        {
            "start": 1135943413,
            "stop": 1135943537
        },
        {
            "start": 1135943539,
            "stop": 1135943598
        },
        {
            "start": 1135943600,
            "stop": 1135944226
        },
        {
            "start": 1135944228,
            "stop": 1135944238
        },
        {
            "start": 1135944240,
            "stop": 1135945066
        },
        {
            "start": 1135945068,
            "stop": 1135945238
        },
        {
            "start": 1135945240,
            "stop": 1135946073
        },
        {
            "start": 1135946075,
            "stop": 1135946130
        },
        {
            "start": 1135946132,
            "stop": 1135946472
        },
        {
            "start": 1135946474,
            "stop": 1135946542
        },
        {
            "start": 1135946544,
            "stop": 1135946639
        },
        {
            "start": 1135946641,
            "stop": 1135947321
        },
        {
            "start": 1135947323,
            "stop": 1135947388
        },
        {
            "start": 1135947390,
            "stop": 1135947422
        },
        {
            "start": 1135947424,
            "stop": 1135947596
        },
        {
            "start": 1135947598,
            "stop": 1135947903
        },
        {
            "start": 1135947905,
            "stop": 1135948071
        },
        {
            "start": 1135948073,
            "stop": 1135948195
        },
        {
            "start": 1135948197,
            "stop": 1135948214
        },
        {
            "start": 1135948216,
            "stop": 1135948328
        }
    ]
}