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=1909
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=1910",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1908",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1909,
    "results": [
        {
            "start": 1251756756,
            "stop": 1251757617
        },
        {
            "start": 1251757620,
            "stop": 1251758521
        },
        {
            "start": 1251758523,
            "stop": 1251758976
        },
        {
            "start": 1251758979,
            "stop": 1251760017
        },
        {
            "start": 1251762852,
            "stop": 1251763082
        },
        {
            "start": 1251763083,
            "stop": 1251763161
        },
        {
            "start": 1251763163,
            "stop": 1251763272
        },
        {
            "start": 1251763275,
            "stop": 1251766081
        },
        {
            "start": 1251766083,
            "stop": 1251768019
        },
        {
            "start": 1251768021,
            "stop": 1251772283
        },
        {
            "start": 1251772284,
            "stop": 1251772350
        },
        {
            "start": 1251772354,
            "stop": 1251773216
        },
        {
            "start": 1251773219,
            "stop": 1251773452
        },
        {
            "start": 1251773455,
            "stop": 1251773697
        },
        {
            "start": 1251773700,
            "stop": 1251776329
        },
        {
            "start": 1251776332,
            "stop": 1251777290
        },
        {
            "start": 1251777293,
            "stop": 1251777608
        },
        {
            "start": 1251777610,
            "stop": 1251780182
        },
        {
            "start": 1251780185,
            "stop": 1251781167
        },
        {
            "start": 1251781175,
            "stop": 1251782928
        }
    ]
}