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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=25",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 26,
    "results": [
        {
            "start": 931601487,
            "stop": 931601493
        },
        {
            "start": 931601698,
            "stop": 931601699
        },
        {
            "start": 931602429,
            "stop": 931602430
        },
        {
            "start": 931602488,
            "stop": 931602491
        },
        {
            "start": 931602647,
            "stop": 931602651
        },
        {
            "start": 931603293,
            "stop": 931603294
        },
        {
            "start": 931603431,
            "stop": 931603433
        },
        {
            "start": 931603557,
            "stop": 931603559
        },
        {
            "start": 931603818,
            "stop": 931603822
        },
        {
            "start": 931603892,
            "stop": 931603895
        },
        {
            "start": 931612014,
            "stop": 931612864
        },
        {
            "start": 931612882,
            "stop": 931613142
        },
        {
            "start": 931613160,
            "stop": 931613179
        },
        {
            "start": 931613197,
            "stop": 931613229
        },
        {
            "start": 931613247,
            "stop": 931613342
        },
        {
            "start": 931613378,
            "stop": 931613413
        },
        {
            "start": 931644305,
            "stop": 931645249
        },
        {
            "start": 931645267,
            "stop": 931651129
        },
        {
            "start": 931661314,
            "stop": 931661324
        },
        {
            "start": 931661428,
            "stop": 931661447
        }
    ]
}