Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=58",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 59,
    "results": [
        {
            "start": 822800401,
            "stop": 822801333
        },
        {
            "start": 822801334,
            "stop": 822804676
        },
        {
            "start": 822804677,
            "stop": 822804913
        },
        {
            "start": 822806053,
            "stop": 822806401
        },
        {
            "start": 822814273,
            "stop": 822814693
        },
        {
            "start": 822815593,
            "stop": 822817845
        },
        {
            "start": 822817846,
            "stop": 822821557
        },
        {
            "start": 822821558,
            "stop": 822821680
        },
        {
            "start": 822821681,
            "stop": 822826880
        },
        {
            "start": 822826912,
            "stop": 822828258
        },
        {
            "start": 822828259,
            "stop": 822828344
        },
        {
            "start": 822828354,
            "stop": 822828367
        },
        {
            "start": 822828389,
            "stop": 822828428
        },
        {
            "start": 822828429,
            "stop": 822828480
        },
        {
            "start": 822828492,
            "stop": 822828511
        },
        {
            "start": 822828512,
            "stop": 822828733
        },
        {
            "start": 822845413,
            "stop": 822845491
        },
        {
            "start": 822845492,
            "stop": 822845514
        },
        {
            "start": 822845523,
            "stop": 822845590
        },
        {
            "start": 822845591,
            "stop": 822845790
        }
    ]
}