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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=278",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 279,
    "results": [
        {
            "start": 857672005,
            "stop": 857672026
        },
        {
            "start": 857672035,
            "stop": 857672089
        },
        {
            "start": 857672123,
            "stop": 857672128
        },
        {
            "start": 857672137,
            "stop": 857672144
        },
        {
            "start": 857672147,
            "stop": 857672178
        },
        {
            "start": 857672183,
            "stop": 857672184
        },
        {
            "start": 857672188,
            "stop": 857672193
        },
        {
            "start": 857672197,
            "stop": 857672290
        },
        {
            "start": 857672299,
            "stop": 857672305
        },
        {
            "start": 857672318,
            "stop": 857672339
        },
        {
            "start": 857672348,
            "stop": 857672377
        },
        {
            "start": 857672391,
            "stop": 857672430
        },
        {
            "start": 857672446,
            "stop": 857672454
        },
        {
            "start": 857672458,
            "stop": 857672463
        },
        {
            "start": 857672484,
            "stop": 857672500
        },
        {
            "start": 857672504,
            "stop": 857672524
        },
        {
            "start": 857672538,
            "stop": 857672549
        },
        {
            "start": 857672553,
            "stop": 857672558
        },
        {
            "start": 857672572,
            "stop": 857672592
        },
        {
            "start": 857672597,
            "stop": 857672681
        }
    ]
}