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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=228",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 229,
    "results": [
        {
            "start": 1240220106,
            "stop": 1240220224
        },
        {
            "start": 1240220226,
            "stop": 1240220344
        },
        {
            "start": 1240220346,
            "stop": 1240220464
        },
        {
            "start": 1240220466,
            "stop": 1240220584
        },
        {
            "start": 1240220586,
            "stop": 1240220704
        },
        {
            "start": 1240220706,
            "stop": 1240220824
        },
        {
            "start": 1240220826,
            "stop": 1240220944
        },
        {
            "start": 1240220946,
            "stop": 1240221064
        },
        {
            "start": 1240221066,
            "stop": 1240221184
        },
        {
            "start": 1240221186,
            "stop": 1240221304
        },
        {
            "start": 1240221306,
            "stop": 1240221404
        },
        {
            "start": 1240221406,
            "stop": 1240221544
        },
        {
            "start": 1240221546,
            "stop": 1240221664
        },
        {
            "start": 1240221666,
            "stop": 1240221784
        },
        {
            "start": 1240221786,
            "stop": 1240221904
        },
        {
            "start": 1240221906,
            "stop": 1240222024
        },
        {
            "start": 1240222026,
            "stop": 1240222144
        },
        {
            "start": 1240222146,
            "stop": 1240222264
        },
        {
            "start": 1240222266,
            "stop": 1240222384
        },
        {
            "start": 1240222386,
            "stop": 1240222504
        }
    ]
}