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=5252
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=5253",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5251",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5252,
    "results": [
        {
            "start": 1136389490,
            "stop": 1136389505
        },
        {
            "start": 1136389507,
            "stop": 1136389532
        },
        {
            "start": 1136389534,
            "stop": 1136389535
        },
        {
            "start": 1136389537,
            "stop": 1136389540
        },
        {
            "start": 1136389542,
            "stop": 1136389544
        },
        {
            "start": 1136389546,
            "stop": 1136389556
        },
        {
            "start": 1136389558,
            "stop": 1136389563
        },
        {
            "start": 1136389566,
            "stop": 1136389576
        },
        {
            "start": 1136389578,
            "stop": 1136389606
        },
        {
            "start": 1136389608,
            "stop": 1136389622
        },
        {
            "start": 1136389624,
            "stop": 1136389649
        },
        {
            "start": 1136389651,
            "stop": 1136389685
        },
        {
            "start": 1136389687,
            "stop": 1136389690
        },
        {
            "start": 1136389692,
            "stop": 1136389779
        },
        {
            "start": 1136389781,
            "stop": 1136389784
        },
        {
            "start": 1136389786,
            "stop": 1136389789
        },
        {
            "start": 1136389791,
            "stop": 1136389862
        },
        {
            "start": 1136389864,
            "stop": 1136389866
        },
        {
            "start": 1136389868,
            "stop": 1136389870
        },
        {
            "start": 1136389872,
            "stop": 1136389900
        }
    ]
}