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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=273",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 274,
    "results": [
        {
            "start": 865792297,
            "stop": 865793426
        },
        {
            "start": 865793648,
            "stop": 865798429
        },
        {
            "start": 865811984,
            "stop": 865817659
        },
        {
            "start": 865817959,
            "stop": 865824650
        },
        {
            "start": 865826652,
            "stop": 865837330
        },
        {
            "start": 865838005,
            "stop": 865859797
        },
        {
            "start": 865860614,
            "stop": 865864191
        },
        {
            "start": 865864862,
            "stop": 865875782
        },
        {
            "start": 865877761,
            "stop": 865877827
        },
        {
            "start": 865877997,
            "stop": 865924616
        },
        {
            "start": 865925214,
            "stop": 865944046
        },
        {
            "start": 865944735,
            "stop": 865946538
        },
        {
            "start": 865946926,
            "stop": 865948770
        },
        {
            "start": 865951092,
            "stop": 865951270
        },
        {
            "start": 865951464,
            "stop": 865952354
        },
        {
            "start": 865953654,
            "stop": 865958013
        },
        {
            "start": 865960134,
            "stop": 865963066
        },
        {
            "start": 866077758,
            "stop": 866098533
        },
        {
            "start": 866099634,
            "stop": 866105099
        },
        {
            "start": 866105485,
            "stop": 866120231
        }
    ]
}