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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3661",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3659",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3660,
    "results": [
        {
            "start": 970758656,
            "stop": 970759468
        },
        {
            "start": 970759469,
            "stop": 970759917
        },
        {
            "start": 970759920,
            "stop": 970760098
        },
        {
            "start": 970760101,
            "stop": 970760888
        },
        {
            "start": 970760891,
            "stop": 970761180
        },
        {
            "start": 970761183,
            "stop": 970761187
        },
        {
            "start": 970761188,
            "stop": 970761229
        },
        {
            "start": 970761232,
            "stop": 970761288
        },
        {
            "start": 970761291,
            "stop": 970761325
        },
        {
            "start": 970761328,
            "stop": 970761399
        },
        {
            "start": 970761402,
            "stop": 970762166
        },
        {
            "start": 970762169,
            "stop": 970762301
        },
        {
            "start": 970762304,
            "stop": 970762671
        },
        {
            "start": 970762672,
            "stop": 970762807
        },
        {
            "start": 970762810,
            "stop": 970763001
        },
        {
            "start": 970763004,
            "stop": 970763156
        },
        {
            "start": 970763159,
            "stop": 970764260
        },
        {
            "start": 970764263,
            "stop": 970764271
        },
        {
            "start": 970764274,
            "stop": 970764497
        },
        {
            "start": 970764498,
            "stop": 970764886
        }
    ]
}