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=660
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=661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=659",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 660,
    "results": [
        {
            "start": 852923925,
            "stop": 852925785
        },
        {
            "start": 852925815,
            "stop": 852926205
        },
        {
            "start": 852926235,
            "stop": 852926295
        },
        {
            "start": 852934147,
            "stop": 852934777
        },
        {
            "start": 852934921,
            "stop": 852935851
        },
        {
            "start": 852935881,
            "stop": 852941161
        },
        {
            "start": 852941338,
            "stop": 852942388
        },
        {
            "start": 852942552,
            "stop": 852943122
        },
        {
            "start": 852943272,
            "stop": 852945102
        },
        {
            "start": 852945132,
            "stop": 852945792
        },
        {
            "start": 852945998,
            "stop": 852946898
        },
        {
            "start": 852947046,
            "stop": 852947316
        },
        {
            "start": 852947346,
            "stop": 852948006
        },
        {
            "start": 852948216,
            "stop": 852949626
        },
        {
            "start": 852949686,
            "stop": 852949776
        },
        {
            "start": 852949806,
            "stop": 852949986
        },
        {
            "start": 852950440,
            "stop": 852951670
        },
        {
            "start": 852951973,
            "stop": 852952093
        },
        {
            "start": 852952153,
            "stop": 852952333
        },
        {
            "start": 852952393,
            "stop": 852952873
        }
    ]
}