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_H1L1/segments?format=api&page=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=168",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 169,
    "results": [
        {
            "start": 825524282,
            "stop": 825525002
        },
        {
            "start": 825525301,
            "stop": 825525361
        },
        {
            "start": 825525524,
            "stop": 825525584
        },
        {
            "start": 825525860,
            "stop": 825525920
        },
        {
            "start": 825527940,
            "stop": 825528000
        },
        {
            "start": 825528360,
            "stop": 825528660
        },
        {
            "start": 825528964,
            "stop": 825529144
        },
        {
            "start": 825537733,
            "stop": 825537793
        },
        {
            "start": 825537987,
            "stop": 825538047
        },
        {
            "start": 825538192,
            "stop": 825538252
        },
        {
            "start": 825539073,
            "stop": 825539913
        },
        {
            "start": 825541684,
            "stop": 825541744
        },
        {
            "start": 825547092,
            "stop": 825547332
        },
        {
            "start": 825547490,
            "stop": 825547550
        },
        {
            "start": 825547820,
            "stop": 825547880
        },
        {
            "start": 825548031,
            "stop": 825548331
        },
        {
            "start": 825548495,
            "stop": 825548615
        },
        {
            "start": 825548796,
            "stop": 825549336
        },
        {
            "start": 825549671,
            "stop": 825549911
        },
        {
            "start": 825550804,
            "stop": 825550924
        }
    ]
}