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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=854",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=852",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 853,
    "results": [
        {
            "start": 1250518375,
            "stop": 1250519565
        },
        {
            "start": 1250519569,
            "stop": 1250520032
        },
        {
            "start": 1250520036,
            "stop": 1250520318
        },
        {
            "start": 1250520322,
            "stop": 1250521182
        },
        {
            "start": 1250521186,
            "stop": 1250521894
        },
        {
            "start": 1250521898,
            "stop": 1250523666
        },
        {
            "start": 1250523706,
            "stop": 1250524210
        },
        {
            "start": 1250524214,
            "stop": 1250525048
        },
        {
            "start": 1250525053,
            "stop": 1250526338
        },
        {
            "start": 1250526342,
            "stop": 1250526935
        },
        {
            "start": 1250526939,
            "stop": 1250527378
        },
        {
            "start": 1250527382,
            "stop": 1250527611
        },
        {
            "start": 1250527616,
            "stop": 1250527644
        },
        {
            "start": 1250527648,
            "stop": 1250527653
        },
        {
            "start": 1250527658,
            "stop": 1250527684
        },
        {
            "start": 1250527688,
            "stop": 1250527821
        },
        {
            "start": 1250527826,
            "stop": 1250527941
        },
        {
            "start": 1250527944,
            "stop": 1250528470
        },
        {
            "start": 1250528475,
            "stop": 1250528478
        },
        {
            "start": 1250528482,
            "stop": 1250528491
        }
    ]
}