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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=226",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 227,
    "results": [
        {
            "start": 827378701,
            "stop": 827379603
        },
        {
            "start": 827379903,
            "stop": 827381105
        },
        {
            "start": 827381108,
            "stop": 827381470
        },
        {
            "start": 827381474,
            "stop": 827381502
        },
        {
            "start": 827381504,
            "stop": 827381882
        },
        {
            "start": 827381885,
            "stop": 827381982
        },
        {
            "start": 827381984,
            "stop": 827381992
        },
        {
            "start": 827381994,
            "stop": 827382080
        },
        {
            "start": 827382082,
            "stop": 827383164
        },
        {
            "start": 827383166,
            "stop": 827383169
        },
        {
            "start": 827383173,
            "stop": 827383635
        },
        {
            "start": 827383638,
            "stop": 827385379
        },
        {
            "start": 827385679,
            "stop": 827386041
        },
        {
            "start": 827386341,
            "stop": 827388607
        },
        {
            "start": 827388613,
            "stop": 827388637
        },
        {
            "start": 827388643,
            "stop": 827390695
        },
        {
            "start": 827390698,
            "stop": 827393038
        },
        {
            "start": 827393043,
            "stop": 827393085
        },
        {
            "start": 827393091,
            "stop": 827393093
        },
        {
            "start": 827393109,
            "stop": 827393117
        }
    ]
}