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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=402",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 403,
    "results": [
        {
            "start": 837532955,
            "stop": 837533435
        },
        {
            "start": 837533740,
            "stop": 837533920
        },
        {
            "start": 837534082,
            "stop": 837536542
        },
        {
            "start": 837536682,
            "stop": 837538062
        },
        {
            "start": 837538221,
            "stop": 837539001
        },
        {
            "start": 837539267,
            "stop": 837539927
        },
        {
            "start": 837542820,
            "stop": 837544860
        },
        {
            "start": 837545010,
            "stop": 837546330
        },
        {
            "start": 837546498,
            "stop": 837547098
        },
        {
            "start": 837547277,
            "stop": 837547937
        },
        {
            "start": 837550825,
            "stop": 837551965
        },
        {
            "start": 837561166,
            "stop": 837565906
        },
        {
            "start": 837567893,
            "stop": 837568073
        },
        {
            "start": 837568288,
            "stop": 837569158
        },
        {
            "start": 837570130,
            "stop": 837570850
        },
        {
            "start": 837571073,
            "stop": 837571553
        },
        {
            "start": 837571787,
            "stop": 837574367
        },
        {
            "start": 837574517,
            "stop": 837579707
        },
        {
            "start": 837580873,
            "stop": 837583753
        },
        {
            "start": 837584260,
            "stop": 837585820
        }
    ]
}