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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=27",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 28,
    "results": [
        {
            "start": 958429300,
            "stop": 958429414
        },
        {
            "start": 958447132,
            "stop": 958447294
        },
        {
            "start": 958459132,
            "stop": 958459245
        },
        {
            "start": 958476341,
            "stop": 958476453
        },
        {
            "start": 958540941,
            "stop": 958541101
        },
        {
            "start": 958561732,
            "stop": 958561845
        },
        {
            "start": 958570876,
            "stop": 958570989
        },
        {
            "start": 958589348,
            "stop": 958589461
        },
        {
            "start": 958617532,
            "stop": 958617645
        },
        {
            "start": 958621868,
            "stop": 958621981
        },
        {
            "start": 958629036,
            "stop": 958629149
        },
        {
            "start": 958648308,
            "stop": 958648469
        },
        {
            "start": 958652764,
            "stop": 958652877
        },
        {
            "start": 958677621,
            "stop": 958677733
        },
        {
            "start": 958738549,
            "stop": 958738701
        },
        {
            "start": 958751213,
            "stop": 958751325
        },
        {
            "start": 958804652,
            "stop": 958804805
        },
        {
            "start": 958835548,
            "stop": 958835701
        },
        {
            "start": 958894214,
            "stop": 958894326
        },
        {
            "start": 958918702,
            "stop": 958918814
        }
    ]
}