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=1338
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=1339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1337",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1338,
    "results": [
        {
            "start": 843845235,
            "stop": 843845262
        },
        {
            "start": 843845265,
            "stop": 843845275
        },
        {
            "start": 843845282,
            "stop": 843845285
        },
        {
            "start": 843845291,
            "stop": 843845294
        },
        {
            "start": 843845300,
            "stop": 843845302
        },
        {
            "start": 843845308,
            "stop": 843845321
        },
        {
            "start": 843845324,
            "stop": 843845325
        },
        {
            "start": 843845333,
            "stop": 843845335
        },
        {
            "start": 843845338,
            "stop": 843845364
        },
        {
            "start": 843845367,
            "stop": 843845380
        },
        {
            "start": 843845383,
            "stop": 843845458
        },
        {
            "start": 843845464,
            "stop": 843845489
        },
        {
            "start": 843845492,
            "stop": 843845519
        },
        {
            "start": 843845522,
            "stop": 843845552
        },
        {
            "start": 843845555,
            "stop": 843845556
        },
        {
            "start": 843845559,
            "stop": 843845571
        },
        {
            "start": 843845574,
            "stop": 843845610
        },
        {
            "start": 843845613,
            "stop": 843845638
        },
        {
            "start": 843845641,
            "stop": 843845644
        },
        {
            "start": 843845647,
            "stop": 843845668
        }
    ]
}