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=5140
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=5141",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5139",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5140,
    "results": [
        {
            "start": 1136078567,
            "stop": 1136078904
        },
        {
            "start": 1136078906,
            "stop": 1136079044
        },
        {
            "start": 1136079046,
            "stop": 1136079047
        },
        {
            "start": 1136079049,
            "stop": 1136079232
        },
        {
            "start": 1136079234,
            "stop": 1136079322
        },
        {
            "start": 1136079324,
            "stop": 1136079497
        },
        {
            "start": 1136079499,
            "stop": 1136079517
        },
        {
            "start": 1136079519,
            "stop": 1136079734
        },
        {
            "start": 1136079736,
            "stop": 1136079870
        },
        {
            "start": 1136079872,
            "stop": 1136079954
        },
        {
            "start": 1136079956,
            "stop": 1136080046
        },
        {
            "start": 1136080048,
            "stop": 1136080053
        },
        {
            "start": 1136080055,
            "stop": 1136080170
        },
        {
            "start": 1136080172,
            "stop": 1136080216
        },
        {
            "start": 1136080218,
            "stop": 1136080350
        },
        {
            "start": 1136080352,
            "stop": 1136080407
        },
        {
            "start": 1136080409,
            "stop": 1136080482
        },
        {
            "start": 1136080484,
            "stop": 1136080527
        },
        {
            "start": 1136080529,
            "stop": 1136080620
        },
        {
            "start": 1136080622,
            "stop": 1136080717
        }
    ]
}