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=5262
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=5263",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5261",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5262,
    "results": [
        {
            "start": 1136393130,
            "stop": 1136393135
        },
        {
            "start": 1136393137,
            "stop": 1136393158
        },
        {
            "start": 1136393160,
            "stop": 1136393175
        },
        {
            "start": 1136393177,
            "stop": 1136393185
        },
        {
            "start": 1136393187,
            "stop": 1136393234
        },
        {
            "start": 1136393236,
            "stop": 1136393264
        },
        {
            "start": 1136393266,
            "stop": 1136393267
        },
        {
            "start": 1136393269,
            "stop": 1136393271
        },
        {
            "start": 1136393273,
            "stop": 1136393276
        },
        {
            "start": 1136393278,
            "stop": 1136393279
        },
        {
            "start": 1136393281,
            "stop": 1136393282
        },
        {
            "start": 1136393284,
            "stop": 1136393306
        },
        {
            "start": 1136393308,
            "stop": 1136393368
        },
        {
            "start": 1136393370,
            "stop": 1136393381
        },
        {
            "start": 1136393383,
            "stop": 1136393410
        },
        {
            "start": 1136393412,
            "stop": 1136393416
        },
        {
            "start": 1136393418,
            "stop": 1136393440
        },
        {
            "start": 1136393442,
            "stop": 1136393456
        },
        {
            "start": 1136393458,
            "stop": 1136393507
        },
        {
            "start": 1136393509,
            "stop": 1136393563
        }
    ]
}