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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 39,
    "results": [
        {
            "start": 931185854,
            "stop": 931185863
        },
        {
            "start": 931185865,
            "stop": 931185893
        },
        {
            "start": 931185895,
            "stop": 931185904
        },
        {
            "start": 931185906,
            "stop": 931186064
        },
        {
            "start": 931186066,
            "stop": 931186183
        },
        {
            "start": 931186184,
            "stop": 931186320
        },
        {
            "start": 931186322,
            "stop": 931186332
        },
        {
            "start": 931186334,
            "stop": 931186339
        },
        {
            "start": 931186342,
            "stop": 931186664
        },
        {
            "start": 931186666,
            "stop": 931186671
        },
        {
            "start": 931186673,
            "stop": 931186793
        },
        {
            "start": 931186795,
            "stop": 931186802
        },
        {
            "start": 931186804,
            "stop": 931186805
        },
        {
            "start": 931186806,
            "stop": 931186810
        },
        {
            "start": 931186814,
            "stop": 931186815
        },
        {
            "start": 931186818,
            "stop": 931186892
        },
        {
            "start": 931186893,
            "stop": 931186915
        },
        {
            "start": 931186916,
            "stop": 931187092
        },
        {
            "start": 931187093,
            "stop": 931187097
        },
        {
            "start": 931187099,
            "stop": 931187103
        }
    ]
}