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=5345
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=5346",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5344",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5345,
    "results": [
        {
            "start": 1136604201,
            "stop": 1136604221
        },
        {
            "start": 1136604223,
            "stop": 1136604236
        },
        {
            "start": 1136604238,
            "stop": 1136604249
        },
        {
            "start": 1136604251,
            "stop": 1136604256
        },
        {
            "start": 1136604258,
            "stop": 1136604289
        },
        {
            "start": 1136604291,
            "stop": 1136604315
        },
        {
            "start": 1136604317,
            "stop": 1136604326
        },
        {
            "start": 1136604328,
            "stop": 1136604411
        },
        {
            "start": 1136604413,
            "stop": 1136604418
        },
        {
            "start": 1136604420,
            "stop": 1136604428
        },
        {
            "start": 1136604430,
            "stop": 1136604440
        },
        {
            "start": 1136604442,
            "stop": 1136604495
        },
        {
            "start": 1136604497,
            "stop": 1136604499
        },
        {
            "start": 1136604501,
            "stop": 1136604527
        },
        {
            "start": 1136604529,
            "stop": 1136604545
        },
        {
            "start": 1136604547,
            "stop": 1136604548
        },
        {
            "start": 1136604550,
            "stop": 1136604560
        },
        {
            "start": 1136604562,
            "stop": 1136604574
        },
        {
            "start": 1136604576,
            "stop": 1136604577
        },
        {
            "start": 1136604579,
            "stop": 1136604612
        }
    ]
}