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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=211",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 212,
    "results": [
        {
            "start": 826938045,
            "stop": 826938225
        },
        {
            "start": 826938962,
            "stop": 826939022
        },
        {
            "start": 826940045,
            "stop": 826940165
        },
        {
            "start": 826941214,
            "stop": 826941274
        },
        {
            "start": 826943640,
            "stop": 826943940
        },
        {
            "start": 826944141,
            "stop": 826944201
        },
        {
            "start": 826944353,
            "stop": 826944413
        },
        {
            "start": 826944970,
            "stop": 826945030
        },
        {
            "start": 826945165,
            "stop": 826945345
        },
        {
            "start": 826947254,
            "stop": 826947494
        },
        {
            "start": 826948009,
            "stop": 826948189
        },
        {
            "start": 826948711,
            "stop": 826949071
        },
        {
            "start": 826949732,
            "stop": 826950272
        },
        {
            "start": 826950426,
            "stop": 826950486
        },
        {
            "start": 826950628,
            "stop": 826950928
        },
        {
            "start": 826951077,
            "stop": 826951197
        },
        {
            "start": 826951669,
            "stop": 826951909
        },
        {
            "start": 826952076,
            "stop": 826952256
        },
        {
            "start": 826952682,
            "stop": 826952742
        },
        {
            "start": 826952910,
            "stop": 826953210
        }
    ]
}