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/S5/timelines/H1_CW/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/S5/timelines/H1_CW/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=10",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 11,
    "results": [
        {
            "start": 855864118,
            "stop": 855865250
        },
        {
            "start": 855865590,
            "stop": 855867184
        },
        {
            "start": 855881518,
            "stop": 855909604
        },
        {
            "start": 855949919,
            "stop": 856028764
        },
        {
            "start": 856029104,
            "stop": 856032904
        },
        {
            "start": 856036919,
            "stop": 856039496
        },
        {
            "start": 857238710,
            "stop": 857242864
        },
        {
            "start": 857244524,
            "stop": 857246464
        },
        {
            "start": 857247404,
            "stop": 857449144
        },
        {
            "start": 857500318,
            "stop": 857632744
        },
        {
            "start": 857640119,
            "stop": 857754064
        },
        {
            "start": 857757284,
            "stop": 857833264
        },
        {
            "start": 857836064,
            "stop": 857851924
        },
        {
            "start": 857859118,
            "stop": 858189964
        },
        {
            "start": 858218519,
            "stop": 858448864
        },
        {
            "start": 858450704,
            "stop": 858475324
        },
        {
            "start": 858529319,
            "stop": 858558540
        },
        {
            "start": 859652888,
            "stop": 859674484
        },
        {
            "start": 859723919,
            "stop": 859806184
        },
        {
            "start": 859834319,
            "stop": 859852864
        }
    ]
}