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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=112",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 113,
    "results": [
        {
            "start": 828879200,
            "stop": 828889453
        },
        {
            "start": 828889549,
            "stop": 828889838
        },
        {
            "start": 828889839,
            "stop": 828889944
        },
        {
            "start": 828889945,
            "stop": 828893893
        },
        {
            "start": 828898954,
            "stop": 828901273
        },
        {
            "start": 828901297,
            "stop": 828901298
        },
        {
            "start": 828901418,
            "stop": 828906101
        },
        {
            "start": 828906102,
            "stop": 828910144
        },
        {
            "start": 828912172,
            "stop": 828915918
        },
        {
            "start": 828915991,
            "stop": 828918824
        },
        {
            "start": 828919005,
            "stop": 828924926
        },
        {
            "start": 828928804,
            "stop": 828932896
        },
        {
            "start": 828933376,
            "stop": 828968173
        },
        {
            "start": 828971385,
            "stop": 828978560
        },
        {
            "start": 828982557,
            "stop": 828985248
        },
        {
            "start": 828986661,
            "stop": 828987190
        },
        {
            "start": 828991589,
            "stop": 828994328
        },
        {
            "start": 828998083,
            "stop": 829001056
        },
        {
            "start": 829001172,
            "stop": 829002282
        },
        {
            "start": 829002515,
            "stop": 829004128
        }
    ]
}