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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1002",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1003,
    "results": [
        {
            "start": 873283857,
            "stop": 873283977
        },
        {
            "start": 873284126,
            "stop": 873284246
        },
        {
            "start": 873284391,
            "stop": 873284451
        },
        {
            "start": 873284782,
            "stop": 873284902
        },
        {
            "start": 873285054,
            "stop": 873287334
        },
        {
            "start": 873287477,
            "stop": 873287537
        },
        {
            "start": 873287798,
            "stop": 873288518
        },
        {
            "start": 873288804,
            "stop": 873290844
        },
        {
            "start": 873291202,
            "stop": 873291262
        },
        {
            "start": 873292815,
            "stop": 873292875
        },
        {
            "start": 873293032,
            "stop": 873293092
        },
        {
            "start": 873293262,
            "stop": 873293382
        },
        {
            "start": 873293546,
            "stop": 873293786
        },
        {
            "start": 873293952,
            "stop": 873294372
        },
        {
            "start": 873294581,
            "stop": 873294761
        },
        {
            "start": 873295296,
            "stop": 873296016
        },
        {
            "start": 873296170,
            "stop": 873297130
        },
        {
            "start": 873297474,
            "stop": 873297534
        },
        {
            "start": 873298169,
            "stop": 873298829
        },
        {
            "start": 873298973,
            "stop": 873299213
        }
    ]
}