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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9806",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9807,
    "results": [
        {
            "start": 873896592,
            "stop": 873896603
        },
        {
            "start": 873896606,
            "stop": 873897338
        },
        {
            "start": 873897341,
            "stop": 873897345
        },
        {
            "start": 873897348,
            "stop": 873897362
        },
        {
            "start": 873897365,
            "stop": 873897373
        },
        {
            "start": 873897376,
            "stop": 873897552
        },
        {
            "start": 873897555,
            "stop": 873897588
        },
        {
            "start": 873897591,
            "stop": 873897731
        },
        {
            "start": 873897734,
            "stop": 873897800
        },
        {
            "start": 873897803,
            "stop": 873899156
        },
        {
            "start": 873899159,
            "stop": 873899408
        },
        {
            "start": 873899411,
            "stop": 873899768
        },
        {
            "start": 873899770,
            "stop": 873901076
        },
        {
            "start": 873901079,
            "stop": 873901660
        },
        {
            "start": 873901666,
            "stop": 873904651
        },
        {
            "start": 873904654,
            "stop": 873905888
        },
        {
            "start": 873905891,
            "stop": 873906231
        },
        {
            "start": 873906240,
            "stop": 873906289
        },
        {
            "start": 873906292,
            "stop": 873906293
        },
        {
            "start": 873906296,
            "stop": 873908632
        }
    ]
}