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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=364",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 365,
    "results": [
        {
            "start": 821492171,
            "stop": 821492228
        },
        {
            "start": 821492235,
            "stop": 821492266
        },
        {
            "start": 821492273,
            "stop": 821492292
        },
        {
            "start": 821492299,
            "stop": 821492400
        },
        {
            "start": 821492407,
            "stop": 821492420
        },
        {
            "start": 821492428,
            "stop": 821492780
        },
        {
            "start": 821492787,
            "stop": 821492851
        },
        {
            "start": 821492858,
            "stop": 821493395
        },
        {
            "start": 821493403,
            "stop": 821493458
        },
        {
            "start": 821493465,
            "stop": 821493854
        },
        {
            "start": 821493861,
            "stop": 821493963
        },
        {
            "start": 821493975,
            "stop": 821494031
        },
        {
            "start": 821494039,
            "stop": 821494058
        },
        {
            "start": 821494065,
            "stop": 821494172
        },
        {
            "start": 821494179,
            "stop": 821494304
        },
        {
            "start": 821494485,
            "stop": 821494690
        },
        {
            "start": 821494697,
            "stop": 821494801
        },
        {
            "start": 821494808,
            "stop": 821494904
        },
        {
            "start": 821495085,
            "stop": 821495094
        },
        {
            "start": 821495097,
            "stop": 821495122
        }
    ]
}