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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5267",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5265",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5266,
    "results": [
        {
            "start": 1136394959,
            "stop": 1136394989
        },
        {
            "start": 1136394991,
            "stop": 1136394997
        },
        {
            "start": 1136394999,
            "stop": 1136395017
        },
        {
            "start": 1136395019,
            "stop": 1136395020
        },
        {
            "start": 1136395022,
            "stop": 1136395040
        },
        {
            "start": 1136395042,
            "stop": 1136395074
        },
        {
            "start": 1136395076,
            "stop": 1136395083
        },
        {
            "start": 1136395085,
            "stop": 1136395087
        },
        {
            "start": 1136395089,
            "stop": 1136395092
        },
        {
            "start": 1136395094,
            "stop": 1136395187
        },
        {
            "start": 1136395189,
            "stop": 1136395229
        },
        {
            "start": 1136395231,
            "stop": 1136395275
        },
        {
            "start": 1136395277,
            "stop": 1136395331
        },
        {
            "start": 1136395333,
            "stop": 1136395335
        },
        {
            "start": 1136395337,
            "stop": 1136395400
        },
        {
            "start": 1136395402,
            "stop": 1136395405
        },
        {
            "start": 1136395407,
            "stop": 1136395413
        },
        {
            "start": 1136395415,
            "stop": 1136395432
        },
        {
            "start": 1136395434,
            "stop": 1136395445
        },
        {
            "start": 1136395449,
            "stop": 1136395460
        }
    ]
}