Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1063
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_H1L1/segments?format=api&page=1064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1062",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1063,
    "results": [
        {
            "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
        },
        {
            "start": 873299451,
            "stop": 873299511
        },
        {
            "start": 873299643,
            "stop": 873299943
        },
        {
            "start": 873300217,
            "stop": 873300337
        },
        {
            "start": 873300684,
            "stop": 873300744
        },
        {
            "start": 873301092,
            "stop": 873301512
        },
        {
            "start": 873304530,
            "stop": 873304890
        }
    ]
}