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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=144",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 145,
    "results": [
        {
            "start": 818780241,
            "stop": 818780309
        },
        {
            "start": 818780316,
            "stop": 818780410
        },
        {
            "start": 818780439,
            "stop": 818781072
        },
        {
            "start": 818793736,
            "stop": 818793815
        },
        {
            "start": 818793823,
            "stop": 818793959
        },
        {
            "start": 818793967,
            "stop": 818793977
        },
        {
            "start": 818793984,
            "stop": 818794068
        },
        {
            "start": 818794082,
            "stop": 818794110
        },
        {
            "start": 818794118,
            "stop": 818794213
        },
        {
            "start": 818794228,
            "stop": 818794318
        },
        {
            "start": 818794326,
            "stop": 818794331
        },
        {
            "start": 818794339,
            "stop": 818794347
        },
        {
            "start": 818794354,
            "stop": 818794393
        },
        {
            "start": 818794949,
            "stop": 818795014
        },
        {
            "start": 818795021,
            "stop": 818795048
        },
        {
            "start": 818795056,
            "stop": 818795063
        },
        {
            "start": 818795070,
            "stop": 818795307
        },
        {
            "start": 818795316,
            "stop": 818795505
        },
        {
            "start": 818795513,
            "stop": 818795615
        },
        {
            "start": 818795622,
            "stop": 818795668
        }
    ]
}