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_CAT2_H1L1/segments?format=api&page=56
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_H1L1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=55",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 56,
    "results": [
        {
            "start": 819273925,
            "stop": 819273985
        },
        {
            "start": 819274497,
            "stop": 819274737
        },
        {
            "start": 819274951,
            "stop": 819275311
        },
        {
            "start": 819275531,
            "stop": 819275651
        },
        {
            "start": 819277124,
            "stop": 819277214
        },
        {
            "start": 819277602,
            "stop": 819277662
        },
        {
            "start": 819277812,
            "stop": 819277932
        },
        {
            "start": 819278310,
            "stop": 819278430
        },
        {
            "start": 819279806,
            "stop": 819279866
        },
        {
            "start": 819280125,
            "stop": 819280365
        },
        {
            "start": 819280994,
            "stop": 819281174
        },
        {
            "start": 819281351,
            "stop": 819281591
        },
        {
            "start": 819281867,
            "stop": 819282527
        },
        {
            "start": 819282705,
            "stop": 819282765
        },
        {
            "start": 819283376,
            "stop": 819283496
        },
        {
            "start": 819283670,
            "stop": 819283790
        },
        {
            "start": 819284188,
            "stop": 819284248
        },
        {
            "start": 819284575,
            "stop": 819285655
        },
        {
            "start": 819285990,
            "stop": 819286770
        },
        {
            "start": 819286968,
            "stop": 819287088
        }
    ]
}