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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=57",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 58,
    "results": [
        {
            "start": 816671521,
            "stop": 816671528
        },
        {
            "start": 816671547,
            "stop": 816671601
        },
        {
            "start": 816671621,
            "stop": 816671680
        },
        {
            "start": 816671717,
            "stop": 816671821
        },
        {
            "start": 816671852,
            "stop": 816671912
        },
        {
            "start": 816671974,
            "stop": 816672013
        },
        {
            "start": 816672016,
            "stop": 816672212
        },
        {
            "start": 816672252,
            "stop": 816672293
        },
        {
            "start": 816672297,
            "stop": 816672354
        },
        {
            "start": 816672374,
            "stop": 816672420
        },
        {
            "start": 816672439,
            "stop": 816672625
        },
        {
            "start": 816672628,
            "stop": 816672696
        },
        {
            "start": 816672699,
            "stop": 816672872
        },
        {
            "start": 816672875,
            "stop": 816672888
        },
        {
            "start": 816672925,
            "stop": 816672928
        },
        {
            "start": 816672949,
            "stop": 816672988
        },
        {
            "start": 816673007,
            "stop": 816673060
        },
        {
            "start": 816673080,
            "stop": 816673092
        },
        {
            "start": 816673111,
            "stop": 816673337
        },
        {
            "start": 816673362,
            "stop": 816673376
        }
    ]
}