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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=65",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 66,
    "results": [
        {
            "start": 945980215,
            "stop": 945986645
        },
        {
            "start": 945986746,
            "stop": 945996487
        },
        {
            "start": 945996669,
            "stop": 946038853
        },
        {
            "start": 946040669,
            "stop": 946109583
        },
        {
            "start": 946110348,
            "stop": 946112015
        },
        {
            "start": 946112039,
            "stop": 946117805
        },
        {
            "start": 946118545,
            "stop": 946128450
        },
        {
            "start": 946134047,
            "stop": 946143072
        },
        {
            "start": 946146317,
            "stop": 946173863
        },
        {
            "start": 946175375,
            "stop": 946179498
        },
        {
            "start": 946180908,
            "stop": 946200219
        },
        {
            "start": 946201458,
            "stop": 946202467
        },
        {
            "start": 946204624,
            "stop": 946207970
        },
        {
            "start": 946208843,
            "stop": 946209319
        },
        {
            "start": 946211432,
            "stop": 946212810
        },
        {
            "start": 946259014,
            "stop": 946260885
        },
        {
            "start": 946263331,
            "stop": 946263363
        },
        {
            "start": 946264370,
            "stop": 946265757
        },
        {
            "start": 946271834,
            "stop": 946271896
        },
        {
            "start": 946273009,
            "stop": 946274147
        }
    ]
}