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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=224",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 225,
    "results": [
        {
            "start": 1262275561,
            "stop": 1262275635
        },
        {
            "start": 1262275638,
            "stop": 1262276525
        },
        {
            "start": 1262276527,
            "stop": 1262277762
        },
        {
            "start": 1262277767,
            "stop": 1262278048
        },
        {
            "start": 1262281048,
            "stop": 1262281410
        },
        {
            "start": 1262281413,
            "stop": 1262281688
        },
        {
            "start": 1262281696,
            "stop": 1262281875
        },
        {
            "start": 1262281878,
            "stop": 1262286034
        },
        {
            "start": 1262286039,
            "stop": 1262287994
        },
        {
            "start": 1262287997,
            "stop": 1262289736
        },
        {
            "start": 1262289740,
            "stop": 1262291080
        },
        {
            "start": 1262293167,
            "stop": 1262293187
        },
        {
            "start": 1262293189,
            "stop": 1262295310
        },
        {
            "start": 1262295315,
            "stop": 1262296734
        },
        {
            "start": 1262296736,
            "stop": 1262299921
        },
        {
            "start": 1262299923,
            "stop": 1262306262
        },
        {
            "start": 1262306265,
            "stop": 1262310096
        },
        {
            "start": 1262310098,
            "stop": 1262310303
        },
        {
            "start": 1262310306,
            "stop": 1262312722
        },
        {
            "start": 1262312725,
            "stop": 1262314832
        }
    ]
}