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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=10",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 11,
    "results": [
        {
            "start": 944887435,
            "stop": 944887548
        },
        {
            "start": 944890259,
            "stop": 944890372
        },
        {
            "start": 944898076,
            "stop": 944898187
        },
        {
            "start": 944976646,
            "stop": 944976758
        },
        {
            "start": 944978654,
            "stop": 944978765
        },
        {
            "start": 944981517,
            "stop": 944981630
        },
        {
            "start": 944984629,
            "stop": 944984742
        },
        {
            "start": 944986165,
            "stop": 944986278
        },
        {
            "start": 944992357,
            "stop": 944992470
        },
        {
            "start": 944993757,
            "stop": 944993870
        },
        {
            "start": 944996893,
            "stop": 944997006
        },
        {
            "start": 944998501,
            "stop": 944998614
        },
        {
            "start": 945000789,
            "stop": 945000902
        },
        {
            "start": 945006046,
            "stop": 945006158
        },
        {
            "start": 945007589,
            "stop": 945007701
        },
        {
            "start": 945015013,
            "stop": 945015126
        },
        {
            "start": 945017045,
            "stop": 945017158
        },
        {
            "start": 945020365,
            "stop": 945020478
        },
        {
            "start": 945021589,
            "stop": 945021702
        },
        {
            "start": 945026589,
            "stop": 945026702
        }
    ]
}