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=1011
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=1012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1010",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1011,
    "results": [
        {
            "start": 871522413,
            "stop": 871522623
        },
        {
            "start": 871522653,
            "stop": 871522893
        },
        {
            "start": 871526042,
            "stop": 871528862
        },
        {
            "start": 871529146,
            "stop": 871532236
        },
        {
            "start": 871532386,
            "stop": 871535506
        },
        {
            "start": 871535688,
            "stop": 871535838
        },
        {
            "start": 871535988,
            "stop": 871537998
        },
        {
            "start": 871538058,
            "stop": 871539468
        },
        {
            "start": 871539618,
            "stop": 871545318
        },
        {
            "start": 871546765,
            "stop": 871549435
        },
        {
            "start": 871549585,
            "stop": 871550485
        },
        {
            "start": 871550635,
            "stop": 871551145
        },
        {
            "start": 871551293,
            "stop": 871557443
        },
        {
            "start": 871557593,
            "stop": 871560113
        },
        {
            "start": 871560269,
            "stop": 871561229
        },
        {
            "start": 871561517,
            "stop": 871561697
        },
        {
            "start": 871561848,
            "stop": 871561968
        },
        {
            "start": 871562176,
            "stop": 871563076
        },
        {
            "start": 871563216,
            "stop": 871564236
        },
        {
            "start": 871565204,
            "stop": 871566284
        }
    ]
}