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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=43",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 44,
    "results": [
        {
            "start": 939991663,
            "stop": 939993833
        },
        {
            "start": 939995454,
            "stop": 940012029
        },
        {
            "start": 940015978,
            "stop": 940025350
        },
        {
            "start": 940027889,
            "stop": 940028404
        },
        {
            "start": 940054090,
            "stop": 940082183
        },
        {
            "start": 940132069,
            "stop": 940132773
        },
        {
            "start": 940139471,
            "stop": 940160737
        },
        {
            "start": 940170881,
            "stop": 940185080
        },
        {
            "start": 940187058,
            "stop": 940187136
        },
        {
            "start": 940190961,
            "stop": 940194210
        },
        {
            "start": 940211183,
            "stop": 940212802
        },
        {
            "start": 940214745,
            "stop": 940255160
        },
        {
            "start": 940263961,
            "stop": 940273513
        },
        {
            "start": 940276644,
            "stop": 940277094
        },
        {
            "start": 940283008,
            "stop": 940283603
        },
        {
            "start": 940284792,
            "stop": 940287539
        },
        {
            "start": 940294715,
            "stop": 940302365
        },
        {
            "start": 940304279,
            "stop": 940307282
        },
        {
            "start": 940308986,
            "stop": 940326043
        },
        {
            "start": 940327794,
            "stop": 940343807
        }
    ]
}