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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=110",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 111,
    "results": [
        {
            "start": 816687818,
            "stop": 816688032
        },
        {
            "start": 816688035,
            "stop": 816688112
        },
        {
            "start": 816688116,
            "stop": 816688119
        },
        {
            "start": 816688124,
            "stop": 816688131
        },
        {
            "start": 816688134,
            "stop": 816688136
        },
        {
            "start": 816688140,
            "stop": 816688174
        },
        {
            "start": 816688177,
            "stop": 816688494
        },
        {
            "start": 816688498,
            "stop": 816688681
        },
        {
            "start": 816688684,
            "stop": 816688791
        },
        {
            "start": 816688795,
            "stop": 816688955
        },
        {
            "start": 816688958,
            "stop": 816688962
        },
        {
            "start": 816688967,
            "stop": 816689235
        },
        {
            "start": 816689239,
            "stop": 816689263
        },
        {
            "start": 816689268,
            "stop": 816689370
        },
        {
            "start": 816689388,
            "stop": 816689391
        },
        {
            "start": 816689396,
            "stop": 816689452
        },
        {
            "start": 816689457,
            "stop": 816689503
        },
        {
            "start": 816689507,
            "stop": 816689510
        },
        {
            "start": 816689516,
            "stop": 816689523
        },
        {
            "start": 816689526,
            "stop": 816689557
        }
    ]
}