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=833
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=834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=832",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 833,
    "results": [
        {
            "start": 860671805,
            "stop": 860672105
        },
        {
            "start": 860672251,
            "stop": 860672371
        },
        {
            "start": 860672501,
            "stop": 860672921
        },
        {
            "start": 860674815,
            "stop": 860675415
        },
        {
            "start": 860677152,
            "stop": 860677212
        },
        {
            "start": 860677344,
            "stop": 860677584
        },
        {
            "start": 860677895,
            "stop": 860678045
        },
        {
            "start": 860678199,
            "stop": 860678259
        },
        {
            "start": 860678620,
            "stop": 860678680
        },
        {
            "start": 860678825,
            "stop": 860679005
        },
        {
            "start": 860681325,
            "stop": 860681565
        },
        {
            "start": 860681717,
            "stop": 860682317
        },
        {
            "start": 860682501,
            "stop": 860682561
        },
        {
            "start": 860682761,
            "stop": 860682941
        },
        {
            "start": 860682971,
            "stop": 860683031
        },
        {
            "start": 860683169,
            "stop": 860683709
        },
        {
            "start": 860683910,
            "stop": 860684210
        },
        {
            "start": 860684463,
            "stop": 860684643
        },
        {
            "start": 860684896,
            "stop": 860684956
        },
        {
            "start": 860685173,
            "stop": 860685413
        }
    ]
}