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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=36",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 37,
    "results": [
        {
            "start": 969645950,
            "stop": 969646061
        },
        {
            "start": 969705470,
            "stop": 969705629
        },
        {
            "start": 969734401,
            "stop": 969734512
        },
        {
            "start": 969769481,
            "stop": 969769593
        },
        {
            "start": 969813992,
            "stop": 969814105
        },
        {
            "start": 969877450,
            "stop": 969877562
        },
        {
            "start": 969951041,
            "stop": 969951154
        },
        {
            "start": 969971970,
            "stop": 969972081
        },
        {
            "start": 969992530,
            "stop": 969992690
        },
        {
            "start": 970006473,
            "stop": 970006585
        },
        {
            "start": 970129591,
            "stop": 970129703
        },
        {
            "start": 970179991,
            "stop": 970180144
        },
        {
            "start": 970210040,
            "stop": 970210152
        },
        {
            "start": 970309479,
            "stop": 970309592
        },
        {
            "start": 970317407,
            "stop": 970317520
        },
        {
            "start": 970461276,
            "stop": 970461387
        },
        {
            "start": 970469163,
            "stop": 970469316
        },
        {
            "start": 970589894,
            "stop": 970590007
        },
        {
            "start": 970648975,
            "stop": 970649087
        },
        {
            "start": 970661638,
            "stop": 970661791
        }
    ]
}