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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=320",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 321,
    "results": [
        {
            "start": 944775605,
            "stop": 944803978
        },
        {
            "start": 944806455,
            "stop": 944808108
        },
        {
            "start": 944814359,
            "stop": 944820615
        },
        {
            "start": 944823318,
            "stop": 944836451
        },
        {
            "start": 944836457,
            "stop": 944837754
        },
        {
            "start": 944839778,
            "stop": 944839779
        },
        {
            "start": 944844775,
            "stop": 944844961
        },
        {
            "start": 944850230,
            "stop": 944852432
        },
        {
            "start": 944853854,
            "stop": 944854647
        },
        {
            "start": 944854915,
            "stop": 944855658
        },
        {
            "start": 944859644,
            "stop": 944863648
        },
        {
            "start": 944867044,
            "stop": 944867062
        },
        {
            "start": 944868337,
            "stop": 944868673
        },
        {
            "start": 944870172,
            "stop": 944883363
        },
        {
            "start": 944886043,
            "stop": 944914743
        },
        {
            "start": 944914749,
            "stop": 944927041
        },
        {
            "start": 944927047,
            "stop": 944927055
        },
        {
            "start": 944952966,
            "stop": 944956572
        },
        {
            "start": 944958148,
            "stop": 945010518
        },
        {
            "start": 945017826,
            "stop": 945019942
        }
    ]
}