Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1096
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1097",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1095",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1096,
    "results": [
        {
            "start": 1253695726,
            "stop": 1253696922
        },
        {
            "start": 1253696927,
            "stop": 1253700543
        },
        {
            "start": 1253700547,
            "stop": 1253715115
        },
        {
            "start": 1253715119,
            "stop": 1253716669
        },
        {
            "start": 1253716673,
            "stop": 1253720987
        },
        {
            "start": 1253720990,
            "stop": 1253721753
        },
        {
            "start": 1253721758,
            "stop": 1253722241
        },
        {
            "start": 1253722245,
            "stop": 1253725246
        },
        {
            "start": 1253725248,
            "stop": 1253731739
        },
        {
            "start": 1253731744,
            "stop": 1253733375
        },
        {
            "start": 1253733383,
            "stop": 1253733598
        },
        {
            "start": 1253733603,
            "stop": 1253735051
        },
        {
            "start": 1253735055,
            "stop": 1253737413
        },
        {
            "start": 1253737416,
            "stop": 1253741770
        },
        {
            "start": 1253741774,
            "stop": 1253742552
        },
        {
            "start": 1253742556,
            "stop": 1253744458
        },
        {
            "start": 1253744463,
            "stop": 1253744797
        },
        {
            "start": 1253744800,
            "stop": 1253746221
        },
        {
            "start": 1253746224,
            "stop": 1253749593
        },
        {
            "start": 1253749596,
            "stop": 1253750942
        }
    ]
}