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=5270
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=5271",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5269",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5270,
    "results": [
        {
            "start": 1136397054,
            "stop": 1136397076
        },
        {
            "start": 1136397078,
            "stop": 1136397079
        },
        {
            "start": 1136397081,
            "stop": 1136397084
        },
        {
            "start": 1136397086,
            "stop": 1136397099
        },
        {
            "start": 1136397101,
            "stop": 1136397161
        },
        {
            "start": 1136397163,
            "stop": 1136397188
        },
        {
            "start": 1136397190,
            "stop": 1136397237
        },
        {
            "start": 1136397239,
            "stop": 1136397250
        },
        {
            "start": 1136397251,
            "stop": 1136397261
        },
        {
            "start": 1136397263,
            "stop": 1136397264
        },
        {
            "start": 1136397266,
            "stop": 1136397274
        },
        {
            "start": 1136397276,
            "stop": 1136397284
        },
        {
            "start": 1136397286,
            "stop": 1136397382
        },
        {
            "start": 1136397384,
            "stop": 1136397387
        },
        {
            "start": 1136397389,
            "stop": 1136397426
        },
        {
            "start": 1136397428,
            "stop": 1136397471
        },
        {
            "start": 1136397473,
            "stop": 1136397476
        },
        {
            "start": 1136397477,
            "stop": 1136397501
        },
        {
            "start": 1136397503,
            "stop": 1136397508
        },
        {
            "start": 1136397510,
            "stop": 1136397552
        }
    ]
}