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=5229
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=5230",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5228",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5229,
    "results": [
        {
            "start": 1136362173,
            "stop": 1136362219
        },
        {
            "start": 1136362221,
            "stop": 1136362275
        },
        {
            "start": 1136362277,
            "stop": 1136362484
        },
        {
            "start": 1136362486,
            "stop": 1136362531
        },
        {
            "start": 1136362533,
            "stop": 1136362693
        },
        {
            "start": 1136362695,
            "stop": 1136362718
        },
        {
            "start": 1136362720,
            "stop": 1136362849
        },
        {
            "start": 1136362851,
            "stop": 1136362928
        },
        {
            "start": 1136362930,
            "stop": 1136363145
        },
        {
            "start": 1136363147,
            "stop": 1136363341
        },
        {
            "start": 1136363343,
            "stop": 1136363345
        },
        {
            "start": 1136363347,
            "stop": 1136363354
        },
        {
            "start": 1136363356,
            "stop": 1136363568
        },
        {
            "start": 1136363570,
            "stop": 1136363754
        },
        {
            "start": 1136363756,
            "stop": 1136363777
        },
        {
            "start": 1136363779,
            "stop": 1136363844
        },
        {
            "start": 1136363846,
            "stop": 1136363861
        },
        {
            "start": 1136363863,
            "stop": 1136363886
        },
        {
            "start": 1136363888,
            "stop": 1136363989
        },
        {
            "start": 1136363991,
            "stop": 1136364185
        }
    ]
}