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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=485",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 486,
    "results": [
        {
            "start": 821791714,
            "stop": 821791718
        },
        {
            "start": 821791721,
            "stop": 821791744
        },
        {
            "start": 821791747,
            "stop": 821791758
        },
        {
            "start": 821791761,
            "stop": 821791800
        },
        {
            "start": 821791837,
            "stop": 821791842
        },
        {
            "start": 821791845,
            "stop": 821791858
        },
        {
            "start": 821791863,
            "stop": 821791913
        },
        {
            "start": 821791918,
            "stop": 821792140
        },
        {
            "start": 821792143,
            "stop": 821792214
        },
        {
            "start": 821792217,
            "stop": 821792260
        },
        {
            "start": 821792263,
            "stop": 821792419
        },
        {
            "start": 821792422,
            "stop": 821792425
        },
        {
            "start": 821792428,
            "stop": 821792465
        },
        {
            "start": 821792468,
            "stop": 821792589
        },
        {
            "start": 821792592,
            "stop": 821792634
        },
        {
            "start": 821792637,
            "stop": 821792648
        },
        {
            "start": 821792651,
            "stop": 821792661
        },
        {
            "start": 821792664,
            "stop": 821792675
        },
        {
            "start": 821792678,
            "stop": 821792709
        },
        {
            "start": 821792712,
            "stop": 821794195
        }
    ]
}