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_BURST_CAT2/segments?format=api&page=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=340",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 341,
    "results": [
        {
            "start": 1240428283,
            "stop": 1240429495
        },
        {
            "start": 1240429500,
            "stop": 1240432400
        },
        {
            "start": 1240432403,
            "stop": 1240433832
        },
        {
            "start": 1240433837,
            "stop": 1240434323
        },
        {
            "start": 1240434326,
            "stop": 1240438732
        },
        {
            "start": 1240438737,
            "stop": 1240442145
        },
        {
            "start": 1240442147,
            "stop": 1240443145
        },
        {
            "start": 1240443149,
            "stop": 1240444699
        },
        {
            "start": 1240444704,
            "stop": 1240445514
        },
        {
            "start": 1240445519,
            "stop": 1240446725
        },
        {
            "start": 1240446728,
            "stop": 1240447110
        },
        {
            "start": 1240447113,
            "stop": 1240449053
        },
        {
            "start": 1240449057,
            "stop": 1240454356
        },
        {
            "start": 1240454361,
            "stop": 1240455854
        },
        {
            "start": 1240455858,
            "stop": 1240457487
        },
        {
            "start": 1240457494,
            "stop": 1240457847
        },
        {
            "start": 1240457852,
            "stop": 1240459344
        },
        {
            "start": 1240459347,
            "stop": 1240460020
        },
        {
            "start": 1240460024,
            "stop": 1240460304
        },
        {
            "start": 1240460311,
            "stop": 1240461348
        }
    ]
}