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_CAT2_H1L1/segments?format=api&page=32
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_H1L1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=31",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 32,
    "results": [
        {
            "start": 817878302,
            "stop": 817878422
        },
        {
            "start": 817878960,
            "stop": 817879020
        },
        {
            "start": 817881293,
            "stop": 817881473
        },
        {
            "start": 817881804,
            "stop": 817882044
        },
        {
            "start": 817882206,
            "stop": 817882326
        },
        {
            "start": 817882475,
            "stop": 817882595
        },
        {
            "start": 817882754,
            "stop": 817882874
        },
        {
            "start": 817883066,
            "stop": 817883126
        },
        {
            "start": 817883156,
            "stop": 817883216
        },
        {
            "start": 817883246,
            "stop": 817883696
        },
        {
            "start": 817883911,
            "stop": 817884151
        },
        {
            "start": 817884301,
            "stop": 817884421
        },
        {
            "start": 817884601,
            "stop": 817884661
        },
        {
            "start": 817885249,
            "stop": 817885369
        },
        {
            "start": 817885783,
            "stop": 817885903
        },
        {
            "start": 817886044,
            "stop": 817886104
        },
        {
            "start": 817886420,
            "stop": 817886600
        },
        {
            "start": 817886816,
            "stop": 817886876
        },
        {
            "start": 817889529,
            "stop": 817889649
        },
        {
            "start": 817890289,
            "stop": 817890469
        }
    ]
}