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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=21",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 22,
    "results": [
        {
            "start": 957844727,
            "stop": 957844839
        },
        {
            "start": 957859102,
            "stop": 957859215
        },
        {
            "start": 957907582,
            "stop": 957907695
        },
        {
            "start": 957950863,
            "stop": 957950975
        },
        {
            "start": 958071774,
            "stop": 958071887
        },
        {
            "start": 958077286,
            "stop": 958077399
        },
        {
            "start": 958085023,
            "stop": 958085135
        },
        {
            "start": 958151782,
            "stop": 958151895
        },
        {
            "start": 958184606,
            "stop": 958184719
        },
        {
            "start": 958202446,
            "stop": 958202559
        },
        {
            "start": 958290694,
            "stop": 958290807
        },
        {
            "start": 958335303,
            "stop": 958335415
        },
        {
            "start": 958413351,
            "stop": 958413503
        },
        {
            "start": 958447133,
            "stop": 958447294
        },
        {
            "start": 958459133,
            "stop": 958459246
        },
        {
            "start": 958476341,
            "stop": 958476454
        },
        {
            "start": 958561733,
            "stop": 958561846
        },
        {
            "start": 958589341,
            "stop": 958589454
        },
        {
            "start": 958617533,
            "stop": 958617646
        },
        {
            "start": 958621869,
            "stop": 958621982
        }
    ]
}