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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=135",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 136,
    "results": [
        {
            "start": 818724681,
            "stop": 818724750
        },
        {
            "start": 818724766,
            "stop": 818724775
        },
        {
            "start": 818724835,
            "stop": 818724854
        },
        {
            "start": 818724930,
            "stop": 818724942
        },
        {
            "start": 818725031,
            "stop": 818725035
        },
        {
            "start": 818725042,
            "stop": 818725044
        },
        {
            "start": 818725092,
            "stop": 818725099
        },
        {
            "start": 818727809,
            "stop": 818727824
        },
        {
            "start": 818727886,
            "stop": 818727887
        },
        {
            "start": 818727994,
            "stop": 818728029
        },
        {
            "start": 818728103,
            "stop": 818728104
        },
        {
            "start": 818728133,
            "stop": 818728204
        },
        {
            "start": 818728260,
            "stop": 818728263
        },
        {
            "start": 818728292,
            "stop": 818728323
        },
        {
            "start": 818728354,
            "stop": 818728359
        },
        {
            "start": 818728427,
            "stop": 818728512
        },
        {
            "start": 818728541,
            "stop": 818728546
        },
        {
            "start": 818728575,
            "stop": 818728856
        },
        {
            "start": 818728886,
            "stop": 818728974
        },
        {
            "start": 818729006,
            "stop": 818729045
        }
    ]
}