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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=91",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 92,
    "results": [
        {
            "start": 825415232,
            "stop": 825419872
        },
        {
            "start": 825419904,
            "stop": 825421166
        },
        {
            "start": 825421169,
            "stop": 825424928
        },
        {
            "start": 825424960,
            "stop": 825432992
        },
        {
            "start": 825433024,
            "stop": 825434208
        },
        {
            "start": 825434240,
            "stop": 825441973
        },
        {
            "start": 825443125,
            "stop": 825443136
        },
        {
            "start": 825443168,
            "stop": 825443936
        },
        {
            "start": 825443968,
            "stop": 825445280
        },
        {
            "start": 825445312,
            "stop": 825448393
        },
        {
            "start": 825448435,
            "stop": 825448436
        },
        {
            "start": 825448556,
            "stop": 825449632
        },
        {
            "start": 825449664,
            "stop": 825450791
        },
        {
            "start": 825450886,
            "stop": 825450944
        },
        {
            "start": 825450976,
            "stop": 825456096
        },
        {
            "start": 825456128,
            "stop": 825456193
        },
        {
            "start": 825456503,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825468608
        },
        {
            "start": 825468640,
            "stop": 825470266
        },
        {
            "start": 825470273,
            "stop": 825470305
        }
    ]
}