Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=107
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=106",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 107,
    "results": [
        {
            "start": 1238613210,
            "stop": 1238613674
        },
        {
            "start": 1238613679,
            "stop": 1238615345
        },
        {
            "start": 1238615348,
            "stop": 1238615700
        },
        {
            "start": 1238615705,
            "stop": 1238616609
        },
        {
            "start": 1238616613,
            "stop": 1238616789
        },
        {
            "start": 1238616793,
            "stop": 1238616927
        },
        {
            "start": 1238616931,
            "stop": 1238616970
        },
        {
            "start": 1238616975,
            "stop": 1238618152
        },
        {
            "start": 1238618155,
            "stop": 1238618242
        },
        {
            "start": 1238618243,
            "stop": 1238618260
        },
        {
            "start": 1238618263,
            "stop": 1238618265
        },
        {
            "start": 1238618268,
            "stop": 1238618495
        },
        {
            "start": 1238618498,
            "stop": 1238618784
        },
        {
            "start": 1238618786,
            "stop": 1238618795
        },
        {
            "start": 1238618797,
            "stop": 1238618809
        },
        {
            "start": 1238618814,
            "stop": 1238619059
        },
        {
            "start": 1238619064,
            "stop": 1238619602
        },
        {
            "start": 1238619607,
            "stop": 1238619948
        },
        {
            "start": 1238619953,
            "stop": 1238620020
        },
        {
            "start": 1238620024,
            "stop": 1238620258
        }
    ]
}