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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=7",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 8,
    "results": [
        {
            "start": 931677678,
            "stop": 931686073
        },
        {
            "start": 931711211,
            "stop": 931712806
        },
        {
            "start": 931714796,
            "stop": 931717844
        },
        {
            "start": 931725493,
            "stop": 931725988
        },
        {
            "start": 931736957,
            "stop": 931741974
        },
        {
            "start": 931767329,
            "stop": 931777452
        },
        {
            "start": 931778331,
            "stop": 931778339
        },
        {
            "start": 931782475,
            "stop": 931782636
        },
        {
            "start": 931784402,
            "stop": 931795604
        },
        {
            "start": 931800783,
            "stop": 931804184
        },
        {
            "start": 931808371,
            "stop": 931808716
        },
        {
            "start": 931828415,
            "stop": 931829728
        },
        {
            "start": 931851820,
            "stop": 931852070
        },
        {
            "start": 931852543,
            "stop": 931858598
        },
        {
            "start": 931868259,
            "stop": 931883069
        },
        {
            "start": 931886700,
            "stop": 931901248
        },
        {
            "start": 931916617,
            "stop": 931916618
        },
        {
            "start": 931916646,
            "stop": 931921579
        },
        {
            "start": 931932667,
            "stop": 931937982
        },
        {
            "start": 931938882,
            "stop": 931955114
        }
    ]
}