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=1006
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=1007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1005",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1006,
    "results": [
        {
            "start": 873371206,
            "stop": 873375466
        },
        {
            "start": 873375616,
            "stop": 873376006
        },
        {
            "start": 873376137,
            "stop": 873377217
        },
        {
            "start": 873377372,
            "stop": 873379712
        },
        {
            "start": 873379866,
            "stop": 873383826
        },
        {
            "start": 873385044,
            "stop": 873385404
        },
        {
            "start": 873386227,
            "stop": 873387067
        },
        {
            "start": 873387448,
            "stop": 873387928
        },
        {
            "start": 873388079,
            "stop": 873390299
        },
        {
            "start": 873394488,
            "stop": 873394788
        },
        {
            "start": 873394933,
            "stop": 873395293
        },
        {
            "start": 873395718,
            "stop": 873396078
        },
        {
            "start": 873398001,
            "stop": 873398061
        },
        {
            "start": 873398478,
            "stop": 873398838
        },
        {
            "start": 873399007,
            "stop": 873399367
        },
        {
            "start": 873399622,
            "stop": 873400162
        },
        {
            "start": 873400445,
            "stop": 873400625
        },
        {
            "start": 873400986,
            "stop": 873402006
        },
        {
            "start": 873402236,
            "stop": 873402956
        },
        {
            "start": 873403127,
            "stop": 873403427
        }
    ]
}