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=750
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=751",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=749",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 750,
    "results": [
        {
            "start": 1249052372,
            "stop": 1249052399
        },
        {
            "start": 1249052400,
            "stop": 1249052441
        },
        {
            "start": 1249052444,
            "stop": 1249052447
        },
        {
            "start": 1249052452,
            "stop": 1249052453
        },
        {
            "start": 1249052455,
            "stop": 1249052456
        },
        {
            "start": 1249052461,
            "stop": 1249052468
        },
        {
            "start": 1249052474,
            "stop": 1249052479
        },
        {
            "start": 1249052485,
            "stop": 1249052536
        },
        {
            "start": 1249052541,
            "stop": 1249052614
        },
        {
            "start": 1249052620,
            "stop": 1249052624
        },
        {
            "start": 1249052626,
            "stop": 1249052632
        },
        {
            "start": 1249052635,
            "stop": 1249052657
        },
        {
            "start": 1249052661,
            "stop": 1249052665
        },
        {
            "start": 1249052668,
            "stop": 1249052669
        },
        {
            "start": 1249052674,
            "stop": 1249052675
        },
        {
            "start": 1249052677,
            "stop": 1249052686
        },
        {
            "start": 1249052687,
            "stop": 1249052692
        },
        {
            "start": 1249052694,
            "stop": 1249052698
        },
        {
            "start": 1249052699,
            "stop": 1249052700
        },
        {
            "start": 1249052705,
            "stop": 1249052733
        }
    ]
}