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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=372",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 373,
    "results": [
        {
            "start": 823209584,
            "stop": 823210007
        },
        {
            "start": 823210024,
            "stop": 823216820
        },
        {
            "start": 823216837,
            "stop": 823216878
        },
        {
            "start": 823216895,
            "stop": 823217214
        },
        {
            "start": 823217231,
            "stop": 823217597
        },
        {
            "start": 823217614,
            "stop": 823223046
        },
        {
            "start": 823225641,
            "stop": 823228245
        },
        {
            "start": 823228262,
            "stop": 823231581
        },
        {
            "start": 823231598,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823238369
        },
        {
            "start": 823238386,
            "stop": 823240749
        },
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823255710
        },
        {
            "start": 823255770,
            "stop": 823259980
        },
        {
            "start": 823259997,
            "stop": 823260007
        },
        {
            "start": 823260025,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823267346
        },
        {
            "start": 823267350,
            "stop": 823273951
        },
        {
            "start": 823274402,
            "stop": 823275900
        },
        {
            "start": 823275966,
            "stop": 823277151
        }
    ]
}