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_H1L1/segments?format=api&page=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=50",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 51,
    "results": [
        {
            "start": 819014141,
            "stop": 819015101
        },
        {
            "start": 819015257,
            "stop": 819015857
        },
        {
            "start": 819016005,
            "stop": 819017145
        },
        {
            "start": 819017278,
            "stop": 819018718
        },
        {
            "start": 819018894,
            "stop": 819019704
        },
        {
            "start": 819019854,
            "stop": 819019914
        },
        {
            "start": 819020136,
            "stop": 819020796
        },
        {
            "start": 819021136,
            "stop": 819024376
        },
        {
            "start": 819024542,
            "stop": 819024782
        },
        {
            "start": 819024961,
            "stop": 819027001
        },
        {
            "start": 819027155,
            "stop": 819027935
        },
        {
            "start": 819029687,
            "stop": 819029987
        },
        {
            "start": 819034070,
            "stop": 819034790
        },
        {
            "start": 819034982,
            "stop": 819035402
        },
        {
            "start": 819035811,
            "stop": 819036471
        },
        {
            "start": 819036501,
            "stop": 819036621
        },
        {
            "start": 819038698,
            "stop": 819038938
        },
        {
            "start": 819069361,
            "stop": 819069541
        },
        {
            "start": 819069631,
            "stop": 819070261
        },
        {
            "start": 819070938,
            "stop": 819071298
        }
    ]
}