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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=31",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 32,
    "results": [
        {
            "start": 962282222,
            "stop": 962282335
        },
        {
            "start": 962288663,
            "stop": 962288775
        },
        {
            "start": 962347143,
            "stop": 962347255
        },
        {
            "start": 962454207,
            "stop": 962454360
        },
        {
            "start": 962613973,
            "stop": 962614086
        },
        {
            "start": 962699758,
            "stop": 962699918
        },
        {
            "start": 962734805,
            "stop": 962734918
        },
        {
            "start": 962741926,
            "stop": 962742038
        },
        {
            "start": 962771246,
            "stop": 962771358
        },
        {
            "start": 962786141,
            "stop": 962786302
        },
        {
            "start": 962791493,
            "stop": 962791606
        },
        {
            "start": 962828701,
            "stop": 962828814
        },
        {
            "start": 962835709,
            "stop": 962835870
        },
        {
            "start": 962856950,
            "stop": 962857062
        },
        {
            "start": 962865413,
            "stop": 962865566
        },
        {
            "start": 962943317,
            "stop": 962943430
        },
        {
            "start": 962960061,
            "stop": 962960214
        },
        {
            "start": 962979662,
            "stop": 962979774
        },
        {
            "start": 963210029,
            "stop": 963210190
        },
        {
            "start": 963233245,
            "stop": 963233358
        }
    ]
}