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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=234",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 235,
    "results": [
        {
            "start": 931731063,
            "stop": 931731067
        },
        {
            "start": 931731073,
            "stop": 931731075
        },
        {
            "start": 931731080,
            "stop": 931731084
        },
        {
            "start": 931731087,
            "stop": 931731108
        },
        {
            "start": 931731109,
            "stop": 931731114
        },
        {
            "start": 931731116,
            "stop": 931731122
        },
        {
            "start": 931731124,
            "stop": 931731155
        },
        {
            "start": 931731157,
            "stop": 931731190
        },
        {
            "start": 931731195,
            "stop": 931731204
        },
        {
            "start": 931731206,
            "stop": 931731208
        },
        {
            "start": 931731212,
            "stop": 931731213
        },
        {
            "start": 931731216,
            "stop": 931731218
        },
        {
            "start": 931731229,
            "stop": 931731231
        },
        {
            "start": 931731233,
            "stop": 931731286
        },
        {
            "start": 931731288,
            "stop": 931731459
        },
        {
            "start": 931731461,
            "stop": 931731476
        },
        {
            "start": 931731479,
            "stop": 931731600
        },
        {
            "start": 931731602,
            "stop": 931731611
        },
        {
            "start": 931731612,
            "stop": 931731614
        },
        {
            "start": 931731616,
            "stop": 931731619
        }
    ]
}