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/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=117
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 117,
    "results": [
        {
            "start": 1372220633,
            "stop": 1372222103
        },
        {
            "start": 1372222104,
            "stop": 1372223289
        },
        {
            "start": 1372223291,
            "stop": 1372224733
        },
        {
            "start": 1372224737,
            "stop": 1372225499
        },
        {
            "start": 1372225502,
            "stop": 1372226195
        },
        {
            "start": 1372226196,
            "stop": 1372230172
        },
        {
            "start": 1372230173,
            "stop": 1372232615
        },
        {
            "start": 1372232617,
            "stop": 1372234600
        },
        {
            "start": 1372234602,
            "stop": 1372236817
        },
        {
            "start": 1372236819,
            "stop": 1372237265
        },
        {
            "start": 1372240517,
            "stop": 1372241305
        },
        {
            "start": 1372241307,
            "stop": 1372243366
        },
        {
            "start": 1372243367,
            "stop": 1372245584
        },
        {
            "start": 1372245585,
            "stop": 1372247482
        },
        {
            "start": 1372247483,
            "stop": 1372249327
        },
        {
            "start": 1372252640,
            "stop": 1372253795
        },
        {
            "start": 1372253797,
            "stop": 1372256261
        },
        {
            "start": 1372256263,
            "stop": 1372257379
        },
        {
            "start": 1372257381,
            "stop": 1372258497
        },
        {
            "start": 1372258499,
            "stop": 1372259679
        }
    ]
}