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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 129,
    "results": [
        {
            "start": 1379713066,
            "stop": 1379714242
        },
        {
            "start": 1379714247,
            "stop": 1379715845
        },
        {
            "start": 1379715850,
            "stop": 1379721283
        },
        {
            "start": 1379721288,
            "stop": 1379724806
        },
        {
            "start": 1379724811,
            "stop": 1379726316
        },
        {
            "start": 1379726321,
            "stop": 1379726789
        },
        {
            "start": 1379745181,
            "stop": 1379745851
        },
        {
            "start": 1379746807,
            "stop": 1379754396
        },
        {
            "start": 1379754401,
            "stop": 1379765515
        },
        {
            "start": 1379765520,
            "stop": 1379766479
        },
        {
            "start": 1379766484,
            "stop": 1379772919
        },
        {
            "start": 1379772924,
            "stop": 1379772925
        },
        {
            "start": 1379772930,
            "stop": 1379773366
        },
        {
            "start": 1379774463,
            "stop": 1379774716
        },
        {
            "start": 1379799472,
            "stop": 1379800124
        },
        {
            "start": 1379800129,
            "stop": 1379801368
        },
        {
            "start": 1379801373,
            "stop": 1379802075
        },
        {
            "start": 1379802080,
            "stop": 1379805676
        },
        {
            "start": 1379815125,
            "stop": 1379829449
        },
        {
            "start": 1379829454,
            "stop": 1379830637
        }
    ]
}