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=9982
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=9983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9981",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9982,
    "results": [
        {
            "start": 875118302,
            "stop": 875118306
        },
        {
            "start": 875118309,
            "stop": 875118323
        },
        {
            "start": 875118327,
            "stop": 875118332
        },
        {
            "start": 875118335,
            "stop": 875118342
        },
        {
            "start": 875118345,
            "stop": 875118535
        },
        {
            "start": 875118538,
            "stop": 875118547
        },
        {
            "start": 875118550,
            "stop": 875118799
        },
        {
            "start": 875118802,
            "stop": 875118869
        },
        {
            "start": 875118873,
            "stop": 875118878
        },
        {
            "start": 875118881,
            "stop": 875118882
        },
        {
            "start": 875118888,
            "stop": 875118897
        },
        {
            "start": 875118901,
            "stop": 875118903
        },
        {
            "start": 875118908,
            "stop": 875119207
        },
        {
            "start": 875119210,
            "stop": 875119211
        },
        {
            "start": 875119219,
            "stop": 875119223
        },
        {
            "start": 875119226,
            "stop": 875119227
        },
        {
            "start": 875119233,
            "stop": 875119236
        },
        {
            "start": 875119241,
            "stop": 875119254
        },
        {
            "start": 875119257,
            "stop": 875119313
        },
        {
            "start": 875119377,
            "stop": 875119449
        }
    ]
}