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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1474",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1475,
    "results": [
        {
            "start": 861844349,
            "stop": 861866601
        },
        {
            "start": 861866604,
            "stop": 861886059
        },
        {
            "start": 861886062,
            "stop": 861886137
        },
        {
            "start": 861891273,
            "stop": 861919885
        },
        {
            "start": 861920900,
            "stop": 861946245
        },
        {
            "start": 861947852,
            "stop": 861985166
        },
        {
            "start": 861985169,
            "stop": 861990506
        },
        {
            "start": 861990509,
            "stop": 861990537
        },
        {
            "start": 861990544,
            "stop": 861990546
        },
        {
            "start": 861990551,
            "stop": 861990552
        },
        {
            "start": 861990557,
            "stop": 861992538
        },
        {
            "start": 861992541,
            "stop": 861994121
        },
        {
            "start": 861994124,
            "stop": 861996859
        },
        {
            "start": 861997760,
            "stop": 861997941
        },
        {
            "start": 861997947,
            "stop": 861998420
        },
        {
            "start": 861998426,
            "stop": 861998427
        },
        {
            "start": 861998618,
            "stop": 862000138
        },
        {
            "start": 862000143,
            "stop": 862000776
        },
        {
            "start": 862000779,
            "stop": 862009585
        },
        {
            "start": 862028308,
            "stop": 862064919
        }
    ]
}