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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=136",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 137,
    "results": [
        {
            "start": 819305526,
            "stop": 819306188
        },
        {
            "start": 819306195,
            "stop": 819308233
        },
        {
            "start": 819308263,
            "stop": 819308264
        },
        {
            "start": 819311777,
            "stop": 819313003
        },
        {
            "start": 819313184,
            "stop": 819313387
        },
        {
            "start": 819313394,
            "stop": 819313726
        },
        {
            "start": 819313733,
            "stop": 819313967
        },
        {
            "start": 819313974,
            "stop": 819315813
        },
        {
            "start": 819315820,
            "stop": 819316014
        },
        {
            "start": 819316021,
            "stop": 819316026
        },
        {
            "start": 819316034,
            "stop": 819317103
        },
        {
            "start": 819318066,
            "stop": 819318468
        },
        {
            "start": 819318649,
            "stop": 819318698
        },
        {
            "start": 819318706,
            "stop": 819318864
        },
        {
            "start": 819319236,
            "stop": 819319849
        },
        {
            "start": 819319857,
            "stop": 819321409
        },
        {
            "start": 819321416,
            "stop": 819321429
        },
        {
            "start": 819321437,
            "stop": 819322044
        },
        {
            "start": 819322051,
            "stop": 819322113
        },
        {
            "start": 819322121,
            "stop": 819322309
        }
    ]
}