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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1921",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1919",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1920,
    "results": [
        {
            "start": 1252038029,
            "stop": 1252038031
        },
        {
            "start": 1252048104,
            "stop": 1252050709
        },
        {
            "start": 1252050712,
            "stop": 1252053028
        },
        {
            "start": 1252053036,
            "stop": 1252053905
        },
        {
            "start": 1252053913,
            "stop": 1252054606
        },
        {
            "start": 1252054609,
            "stop": 1252056950
        },
        {
            "start": 1252056958,
            "stop": 1252057088
        },
        {
            "start": 1252057161,
            "stop": 1252059177
        },
        {
            "start": 1252059185,
            "stop": 1252059877
        },
        {
            "start": 1252059880,
            "stop": 1252060101
        },
        {
            "start": 1252060104,
            "stop": 1252060231
        },
        {
            "start": 1252060239,
            "stop": 1252061846
        },
        {
            "start": 1252061848,
            "stop": 1252062650
        },
        {
            "start": 1252062653,
            "stop": 1252062926
        },
        {
            "start": 1252062929,
            "stop": 1252064508
        },
        {
            "start": 1252064511,
            "stop": 1252066085
        },
        {
            "start": 1252066086,
            "stop": 1252068659
        },
        {
            "start": 1252068662,
            "stop": 1252069261
        },
        {
            "start": 1252069263,
            "stop": 1252071304
        },
        {
            "start": 1252071307,
            "stop": 1252073512
        }
    ]
}