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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=512",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=510",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 511,
    "results": [
        {
            "start": 1262595361,
            "stop": 1262595447
        },
        {
            "start": 1262595450,
            "stop": 1262595468
        },
        {
            "start": 1262595471,
            "stop": 1262595527
        },
        {
            "start": 1262603825,
            "stop": 1262603859
        },
        {
            "start": 1262603862,
            "stop": 1262604146
        },
        {
            "start": 1262604149,
            "stop": 1262604293
        },
        {
            "start": 1262604296,
            "stop": 1262605168
        },
        {
            "start": 1262605170,
            "stop": 1262608585
        },
        {
            "start": 1262608588,
            "stop": 1262613528
        },
        {
            "start": 1262613535,
            "stop": 1262613811
        },
        {
            "start": 1262613833,
            "stop": 1262613835
        },
        {
            "start": 1262613836,
            "stop": 1262615707
        },
        {
            "start": 1262615715,
            "stop": 1262618164
        },
        {
            "start": 1262618165,
            "stop": 1262618166
        },
        {
            "start": 1262618167,
            "stop": 1262618175
        },
        {
            "start": 1262618176,
            "stop": 1262618178
        },
        {
            "start": 1262618180,
            "stop": 1262618189
        },
        {
            "start": 1262618190,
            "stop": 1262619416
        },
        {
            "start": 1262619419,
            "stop": 1262619486
        },
        {
            "start": 1262619489,
            "stop": 1262620289
        }
    ]
}