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=1929
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=1930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1928",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1929,
    "results": [
        {
            "start": 849894877,
            "stop": 849895092
        },
        {
            "start": 849896798,
            "stop": 849899550
        },
        {
            "start": 849899560,
            "stop": 849899577
        },
        {
            "start": 849899583,
            "stop": 849901127
        },
        {
            "start": 849901566,
            "stop": 849903539
        },
        {
            "start": 849907751,
            "stop": 849908417
        },
        {
            "start": 849909927,
            "stop": 849911707
        },
        {
            "start": 849925255,
            "stop": 849926181
        },
        {
            "start": 849926185,
            "stop": 849927287
        },
        {
            "start": 849930978,
            "stop": 849950618
        },
        {
            "start": 849950728,
            "stop": 849950741
        },
        {
            "start": 849951428,
            "stop": 849951485
        },
        {
            "start": 849951595,
            "stop": 849952799
        },
        {
            "start": 849953099,
            "stop": 849953173
        },
        {
            "start": 849953473,
            "stop": 849958506
        },
        {
            "start": 849958806,
            "stop": 849958807
        },
        {
            "start": 849959258,
            "stop": 849959368
        },
        {
            "start": 849959668,
            "stop": 849959733
        },
        {
            "start": 849960205,
            "stop": 849961050
        },
        {
            "start": 849961110,
            "stop": 849961710
        }
    ]
}