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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=15",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 16,
    "results": [
        {
            "start": 944880186,
            "stop": 944880299
        },
        {
            "start": 944887434,
            "stop": 944887547
        },
        {
            "start": 944890259,
            "stop": 944890371
        },
        {
            "start": 944898074,
            "stop": 944898187
        },
        {
            "start": 944901610,
            "stop": 944901723
        },
        {
            "start": 944903819,
            "stop": 944903931
        },
        {
            "start": 944907090,
            "stop": 944907203
        },
        {
            "start": 944908778,
            "stop": 944908891
        },
        {
            "start": 944910410,
            "stop": 944910523
        },
        {
            "start": 944912067,
            "stop": 944912179
        },
        {
            "start": 944914643,
            "stop": 944914755
        },
        {
            "start": 944916234,
            "stop": 944916347
        },
        {
            "start": 944918770,
            "stop": 944918883
        },
        {
            "start": 944919994,
            "stop": 944920107
        },
        {
            "start": 944921675,
            "stop": 944921787
        },
        {
            "start": 944954477,
            "stop": 944954590
        },
        {
            "start": 944956118,
            "stop": 944956230
        },
        {
            "start": 944959965,
            "stop": 944960078
        },
        {
            "start": 944962062,
            "stop": 944962174
        },
        {
            "start": 944963357,
            "stop": 944963470
        }
    ]
}