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_CAT3/segments?format=api&page=1029
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=1030",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1028",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1029,
    "results": [
        {
            "start": 1252520294,
            "stop": 1252520511
        },
        {
            "start": 1252520514,
            "stop": 1252520805
        },
        {
            "start": 1252520841,
            "stop": 1252520842
        },
        {
            "start": 1252520845,
            "stop": 1252520848
        },
        {
            "start": 1252520850,
            "stop": 1252520852
        },
        {
            "start": 1252520853,
            "stop": 1252520856
        },
        {
            "start": 1252520860,
            "stop": 1252520861
        },
        {
            "start": 1252520863,
            "stop": 1252520865
        },
        {
            "start": 1252520868,
            "stop": 1252520869
        },
        {
            "start": 1252520870,
            "stop": 1252522521
        },
        {
            "start": 1252522524,
            "stop": 1252524127
        },
        {
            "start": 1252524132,
            "stop": 1252529375
        },
        {
            "start": 1252529377,
            "stop": 1252530477
        },
        {
            "start": 1252530481,
            "stop": 1252531913
        },
        {
            "start": 1252531917,
            "stop": 1252532668
        },
        {
            "start": 1252532672,
            "stop": 1252538000
        },
        {
            "start": 1252538004,
            "stop": 1252541467
        },
        {
            "start": 1252541469,
            "stop": 1252541819
        },
        {
            "start": 1252541824,
            "stop": 1252544478
        },
        {
            "start": 1252544482,
            "stop": 1252545607
        }
    ]
}