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_H2L1/segments?format=api&page=922
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=923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=921",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 922,
    "results": [
        {
            "start": 868915308,
            "stop": 868916208
        },
        {
            "start": 868922774,
            "stop": 868925954
        },
        {
            "start": 868927093,
            "stop": 868928653
        },
        {
            "start": 868947014,
            "stop": 868947794
        },
        {
            "start": 868950138,
            "stop": 868954758
        },
        {
            "start": 868954908,
            "stop": 868960458
        },
        {
            "start": 868960653,
            "stop": 868965393
        },
        {
            "start": 868965483,
            "stop": 868968213
        },
        {
            "start": 868968368,
            "stop": 868969268
        },
        {
            "start": 868969456,
            "stop": 868970416
        },
        {
            "start": 868977187,
            "stop": 868979467
        },
        {
            "start": 868979690,
            "stop": 868983170
        },
        {
            "start": 868983342,
            "stop": 868983582
        },
        {
            "start": 868983729,
            "stop": 868984119
        },
        {
            "start": 868984209,
            "stop": 868984419
        },
        {
            "start": 868984449,
            "stop": 868985289
        },
        {
            "start": 868985516,
            "stop": 868986416
        },
        {
            "start": 868986476,
            "stop": 868986596
        },
        {
            "start": 868986626,
            "stop": 868986956
        },
        {
            "start": 868987110,
            "stop": 868987890
        }
    ]
}