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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1401",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1402,
    "results": [
        {
            "start": 846276029,
            "stop": 846276031
        },
        {
            "start": 846276103,
            "stop": 846277143
        },
        {
            "start": 846277146,
            "stop": 846277226
        },
        {
            "start": 846277230,
            "stop": 846278007
        },
        {
            "start": 846278010,
            "stop": 846278011
        },
        {
            "start": 846278023,
            "stop": 846278037
        },
        {
            "start": 846278045,
            "stop": 846279942
        },
        {
            "start": 846279945,
            "stop": 846281274
        },
        {
            "start": 846281278,
            "stop": 846281298
        },
        {
            "start": 846281301,
            "stop": 846282134
        },
        {
            "start": 846282137,
            "stop": 846282810
        },
        {
            "start": 846291108,
            "stop": 846312456
        },
        {
            "start": 846312513,
            "stop": 846324305
        },
        {
            "start": 846329075,
            "stop": 846332465
        },
        {
            "start": 846332892,
            "stop": 846340974
        },
        {
            "start": 846340977,
            "stop": 846340993
        },
        {
            "start": 846341207,
            "stop": 846342220
        },
        {
            "start": 846343900,
            "stop": 846344747
        },
        {
            "start": 846344750,
            "stop": 846345365
        },
        {
            "start": 846364018,
            "stop": 846364020
        }
    ]
}