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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=14",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 15,
    "results": [
        {
            "start": 933095086,
            "stop": 933095970
        },
        {
            "start": 933104983,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933109714
        },
        {
            "start": 933142374,
            "stop": 933146933
        },
        {
            "start": 933149548,
            "stop": 933150014
        },
        {
            "start": 933154332,
            "stop": 933155073
        },
        {
            "start": 933166840,
            "stop": 933167834
        },
        {
            "start": 933180305,
            "stop": 933225286
        },
        {
            "start": 933225292,
            "stop": 933225588
        },
        {
            "start": 933225594,
            "stop": 933228456
        },
        {
            "start": 933234841,
            "stop": 933236029
        },
        {
            "start": 933237803,
            "stop": 933250605
        },
        {
            "start": 933252472,
            "stop": 933264725
        },
        {
            "start": 933268926,
            "stop": 933268991
        },
        {
            "start": 933269425,
            "stop": 933276268
        },
        {
            "start": 933278719,
            "stop": 933289684
        },
        {
            "start": 933292866,
            "stop": 933308340
        },
        {
            "start": 933316739,
            "stop": 933346788
        },
        {
            "start": 933352584,
            "stop": 933352864
        },
        {
            "start": 933354387,
            "stop": 933357288
        }
    ]
}