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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=56",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 57,
    "results": [
        {
            "start": 816460951,
            "stop": 816460952
        },
        {
            "start": 816460962,
            "stop": 816460963
        },
        {
            "start": 816460976,
            "stop": 816460979
        },
        {
            "start": 816460984,
            "stop": 816461026
        },
        {
            "start": 816461030,
            "stop": 816461070
        },
        {
            "start": 816461075,
            "stop": 816461144
        },
        {
            "start": 816461149,
            "stop": 816461187
        },
        {
            "start": 816461190,
            "stop": 816461202
        },
        {
            "start": 816461211,
            "stop": 816461413
        },
        {
            "start": 816461417,
            "stop": 816461471
        },
        {
            "start": 816461478,
            "stop": 816461480
        },
        {
            "start": 816461495,
            "stop": 816461525
        },
        {
            "start": 816461531,
            "stop": 816461533
        },
        {
            "start": 816461539,
            "stop": 816461542
        },
        {
            "start": 816461545,
            "stop": 816461553
        },
        {
            "start": 816461556,
            "stop": 816461681
        },
        {
            "start": 816461685,
            "stop": 816461686
        },
        {
            "start": 816461691,
            "stop": 816461695
        },
        {
            "start": 816461700,
            "stop": 816461702
        },
        {
            "start": 816461708,
            "stop": 816461709
        }
    ]
}