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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=157",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 158,
    "results": [
        {
            "start": 821564952,
            "stop": 821564967
        },
        {
            "start": 821564970,
            "stop": 821564971
        },
        {
            "start": 821564974,
            "stop": 821564988
        },
        {
            "start": 821564991,
            "stop": 821565003
        },
        {
            "start": 821565008,
            "stop": 821565031
        },
        {
            "start": 821565034,
            "stop": 821565048
        },
        {
            "start": 821565051,
            "stop": 821565057
        },
        {
            "start": 821565060,
            "stop": 821565078
        },
        {
            "start": 821565081,
            "stop": 821565100
        },
        {
            "start": 821565106,
            "stop": 821565138
        },
        {
            "start": 821565142,
            "stop": 821565149
        },
        {
            "start": 821565152,
            "stop": 821565176
        },
        {
            "start": 821565179,
            "stop": 821565186
        },
        {
            "start": 821565189,
            "stop": 821565210
        },
        {
            "start": 821565213,
            "stop": 821565227
        },
        {
            "start": 821565233,
            "stop": 821565299
        },
        {
            "start": 821565302,
            "stop": 821565353
        },
        {
            "start": 821565356,
            "stop": 821565440
        },
        {
            "start": 821565443,
            "stop": 821565523
        },
        {
            "start": 821565526,
            "stop": 821565557
        }
    ]
}