Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=80
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=79",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 80,
    "results": [
        {
            "start": 816495411,
            "stop": 816495807
        },
        {
            "start": 816495812,
            "stop": 816497311
        },
        {
            "start": 816497317,
            "stop": 816497333
        },
        {
            "start": 816497344,
            "stop": 816497355
        },
        {
            "start": 816497375,
            "stop": 816497377
        },
        {
            "start": 816497405,
            "stop": 816497430
        },
        {
            "start": 816497441,
            "stop": 816498811
        },
        {
            "start": 816498814,
            "stop": 816500301
        },
        {
            "start": 816500306,
            "stop": 816500320
        },
        {
            "start": 816500329,
            "stop": 816500941
        },
        {
            "start": 816500947,
            "stop": 816505331
        },
        {
            "start": 816505334,
            "stop": 816506315
        },
        {
            "start": 816506319,
            "stop": 816506832
        },
        {
            "start": 816506841,
            "stop": 816507692
        },
        {
            "start": 816507699,
            "stop": 816508103
        },
        {
            "start": 816508109,
            "stop": 816508712
        },
        {
            "start": 816508716,
            "stop": 816508727
        },
        {
            "start": 816508745,
            "stop": 816509605
        },
        {
            "start": 816509610,
            "stop": 816510331
        },
        {
            "start": 816510334,
            "stop": 816510417
        }
    ]
}