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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=162",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 163,
    "results": [
        {
            "start": 839303525,
            "stop": 839303590
        },
        {
            "start": 839303593,
            "stop": 839303656
        },
        {
            "start": 839303660,
            "stop": 839304167
        },
        {
            "start": 839304168,
            "stop": 839304178
        },
        {
            "start": 839304179,
            "stop": 839304180
        },
        {
            "start": 839305221,
            "stop": 839305427
        },
        {
            "start": 839305430,
            "stop": 839305432
        },
        {
            "start": 839305433,
            "stop": 839305473
        },
        {
            "start": 839305474,
            "stop": 839305522
        },
        {
            "start": 839305527,
            "stop": 839305594
        },
        {
            "start": 839305598,
            "stop": 839305610
        },
        {
            "start": 839305618,
            "stop": 839305660
        },
        {
            "start": 839305665,
            "stop": 839305671
        },
        {
            "start": 839305675,
            "stop": 839305706
        },
        {
            "start": 839305707,
            "stop": 839306133
        },
        {
            "start": 839306134,
            "stop": 839311118
        },
        {
            "start": 839311119,
            "stop": 839311120
        },
        {
            "start": 839311131,
            "stop": 839311146
        },
        {
            "start": 839311149,
            "stop": 839311154
        },
        {
            "start": 839311155,
            "stop": 839311183
        }
    ]
}