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_H2L1/segments?format=api&page=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=54",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 55,
    "results": [
        {
            "start": 819009530,
            "stop": 819012770
        },
        {
            "start": 819014141,
            "stop": 819015101
        },
        {
            "start": 819015257,
            "stop": 819015857
        },
        {
            "start": 819016005,
            "stop": 819017145
        },
        {
            "start": 819017278,
            "stop": 819018718
        },
        {
            "start": 819018894,
            "stop": 819019914
        },
        {
            "start": 819020136,
            "stop": 819020796
        },
        {
            "start": 819021136,
            "stop": 819023866
        },
        {
            "start": 819024016,
            "stop": 819024376
        },
        {
            "start": 819024542,
            "stop": 819024782
        },
        {
            "start": 819024961,
            "stop": 819027001
        },
        {
            "start": 819027162,
            "stop": 819027942
        },
        {
            "start": 819069296,
            "stop": 819070256
        },
        {
            "start": 819070938,
            "stop": 819071298
        },
        {
            "start": 819071455,
            "stop": 819071575
        },
        {
            "start": 819071927,
            "stop": 819072107
        },
        {
            "start": 819072256,
            "stop": 819072436
        },
        {
            "start": 819072576,
            "stop": 819072756
        },
        {
            "start": 819072910,
            "stop": 819073030
        },
        {
            "start": 819073252,
            "stop": 819073312
        }
    ]
}