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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 20,
    "results": [
        {
            "start": 1238187451,
            "stop": 1238187464
        },
        {
            "start": 1238187472,
            "stop": 1238187483
        },
        {
            "start": 1238187485,
            "stop": 1238187498
        },
        {
            "start": 1238187501,
            "stop": 1238187505
        },
        {
            "start": 1238187508,
            "stop": 1238187513
        },
        {
            "start": 1238187516,
            "stop": 1238187524
        },
        {
            "start": 1238187525,
            "stop": 1238187526
        },
        {
            "start": 1238187532,
            "stop": 1238187536
        },
        {
            "start": 1238187541,
            "stop": 1238187553
        },
        {
            "start": 1238187557,
            "stop": 1238187570
        },
        {
            "start": 1238187575,
            "stop": 1238187633
        },
        {
            "start": 1238187635,
            "stop": 1238187648
        },
        {
            "start": 1238187652,
            "stop": 1238187683
        },
        {
            "start": 1238187686,
            "stop": 1238187704
        },
        {
            "start": 1238187706,
            "stop": 1238187718
        },
        {
            "start": 1238187723,
            "stop": 1238187726
        },
        {
            "start": 1238187730,
            "stop": 1238187731
        },
        {
            "start": 1238187733,
            "stop": 1238187737
        },
        {
            "start": 1238187742,
            "stop": 1238187743
        },
        {
            "start": 1238187747,
            "stop": 1238187767
        }
    ]
}