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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=30",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 31,
    "results": [
        {
            "start": 939121908,
            "stop": 939122443
        },
        {
            "start": 939126661,
            "stop": 939127147
        },
        {
            "start": 939131266,
            "stop": 939131504
        },
        {
            "start": 939134443,
            "stop": 939134472
        },
        {
            "start": 939137840,
            "stop": 939138119
        },
        {
            "start": 939143177,
            "stop": 939143676
        },
        {
            "start": 939226961,
            "stop": 939227168
        },
        {
            "start": 939228508,
            "stop": 939229679
        },
        {
            "start": 939250473,
            "stop": 939253238
        },
        {
            "start": 939254313,
            "stop": 939254551
        },
        {
            "start": 939255586,
            "stop": 939259998
        },
        {
            "start": 939267920,
            "stop": 939268838
        },
        {
            "start": 939271812,
            "stop": 939273395
        },
        {
            "start": 939274119,
            "stop": 939275024
        },
        {
            "start": 939278070,
            "stop": 939279725
        },
        {
            "start": 939280557,
            "stop": 939281098
        },
        {
            "start": 939281629,
            "stop": 939283336
        },
        {
            "start": 939284385,
            "stop": 939285058
        },
        {
            "start": 939285167,
            "stop": 939285185
        },
        {
            "start": 939285886,
            "stop": 939286990
        }
    ]
}