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_CAT2_H1L1/segments?format=api&page=1049
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1048",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1049,
    "results": [
        {
            "start": 872762483,
            "stop": 872766923
        },
        {
            "start": 872769699,
            "stop": 872774019
        },
        {
            "start": 872774196,
            "stop": 872777376
        },
        {
            "start": 872777549,
            "stop": 872778089
        },
        {
            "start": 872778241,
            "stop": 872778421
        },
        {
            "start": 872779161,
            "stop": 872779281
        },
        {
            "start": 872779754,
            "stop": 872780084
        },
        {
            "start": 872780382,
            "stop": 872785482
        },
        {
            "start": 872785833,
            "stop": 872799633
        },
        {
            "start": 872799791,
            "stop": 872799911
        },
        {
            "start": 872800068,
            "stop": 872807988
        },
        {
            "start": 872808551,
            "stop": 872812211
        },
        {
            "start": 872812342,
            "stop": 872817922
        },
        {
            "start": 872818058,
            "stop": 872818478
        },
        {
            "start": 872818674,
            "stop": 872819394
        },
        {
            "start": 872820606,
            "stop": 872821446
        },
        {
            "start": 872821601,
            "stop": 872824781
        },
        {
            "start": 872824929,
            "stop": 872832669
        },
        {
            "start": 872832888,
            "stop": 872840628
        },
        {
            "start": 872841078,
            "stop": 872841138
        }
    ]
}