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=751
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=752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=750",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 751,
    "results": [
        {
            "start": 855946958,
            "stop": 855947198
        },
        {
            "start": 855947513,
            "stop": 855948053
        },
        {
            "start": 855948292,
            "stop": 855948652
        },
        {
            "start": 855948802,
            "stop": 855948952
        },
        {
            "start": 855949835,
            "stop": 855950045
        },
        {
            "start": 855950075,
            "stop": 855950135
        },
        {
            "start": 855951137,
            "stop": 855951377
        },
        {
            "start": 855951527,
            "stop": 855951797
        },
        {
            "start": 855951977,
            "stop": 855952097
        },
        {
            "start": 855952534,
            "stop": 855952714
        },
        {
            "start": 855952850,
            "stop": 855952970
        },
        {
            "start": 856005595,
            "stop": 856007005
        },
        {
            "start": 856007155,
            "stop": 856007335
        },
        {
            "start": 856007566,
            "stop": 856007626
        },
        {
            "start": 856007867,
            "stop": 856010687
        },
        {
            "start": 856010841,
            "stop": 856011801
        },
        {
            "start": 856011930,
            "stop": 856012290
        },
        {
            "start": 856012427,
            "stop": 856013387
        },
        {
            "start": 856013759,
            "stop": 856014419
        },
        {
            "start": 856014629,
            "stop": 856014839
        }
    ]
}