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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=681",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 682,
    "results": [
        {
            "start": 854724640,
            "stop": 854724820
        },
        {
            "start": 854725205,
            "stop": 854725565
        },
        {
            "start": 854726558,
            "stop": 854729138
        },
        {
            "start": 854729343,
            "stop": 854730423
        },
        {
            "start": 854730654,
            "stop": 854734884
        },
        {
            "start": 854735034,
            "stop": 854736414
        },
        {
            "start": 854736617,
            "stop": 854744297
        },
        {
            "start": 854744444,
            "stop": 854744684
        },
        {
            "start": 854747009,
            "stop": 854748269
        },
        {
            "start": 854749619,
            "stop": 854751179
        },
        {
            "start": 854752840,
            "stop": 854757460
        },
        {
            "start": 854757654,
            "stop": 854759334
        },
        {
            "start": 854759809,
            "stop": 854760829
        },
        {
            "start": 854761055,
            "stop": 854770115
        },
        {
            "start": 854771367,
            "stop": 854773767
        },
        {
            "start": 854774081,
            "stop": 854778581
        },
        {
            "start": 854778871,
            "stop": 854781151
        },
        {
            "start": 854781505,
            "stop": 854781925
        },
        {
            "start": 854782075,
            "stop": 854782165
        },
        {
            "start": 854782349,
            "stop": 854794409
        }
    ]
}