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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=37",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 38,
    "results": [
        {
            "start": 817034900,
            "stop": 817035676
        },
        {
            "start": 817035683,
            "stop": 817036093
        },
        {
            "start": 817036100,
            "stop": 817037064
        },
        {
            "start": 817037071,
            "stop": 817037769
        },
        {
            "start": 817037776,
            "stop": 817039791
        },
        {
            "start": 817039798,
            "stop": 817041062
        },
        {
            "start": 817041069,
            "stop": 817041505
        },
        {
            "start": 817041512,
            "stop": 817044382
        },
        {
            "start": 817044389,
            "stop": 817045787
        },
        {
            "start": 817045794,
            "stop": 817047410
        },
        {
            "start": 817047490,
            "stop": 817050285
        },
        {
            "start": 817050292,
            "stop": 817051901
        },
        {
            "start": 817051908,
            "stop": 817051924
        },
        {
            "start": 817051937,
            "stop": 817052219
        },
        {
            "start": 817052232,
            "stop": 817054410
        },
        {
            "start": 817054417,
            "stop": 817056733
        },
        {
            "start": 817056741,
            "stop": 817056757
        },
        {
            "start": 817056765,
            "stop": 817056792
        },
        {
            "start": 817056800,
            "stop": 817056836
        },
        {
            "start": 817056843,
            "stop": 817057032
        }
    ]
}