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=455
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=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=454",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 455,
    "results": [
        {
            "start": 821777646,
            "stop": 821777647
        },
        {
            "start": 821777653,
            "stop": 821777655
        },
        {
            "start": 821777658,
            "stop": 821777659
        },
        {
            "start": 821777662,
            "stop": 821777666
        },
        {
            "start": 821777669,
            "stop": 821777676
        },
        {
            "start": 821777681,
            "stop": 821777683
        },
        {
            "start": 821777686,
            "stop": 821777695
        },
        {
            "start": 821777699,
            "stop": 821777703
        },
        {
            "start": 821777707,
            "stop": 821777728
        },
        {
            "start": 821777734,
            "stop": 821777738
        },
        {
            "start": 821777743,
            "stop": 821777746
        },
        {
            "start": 821777750,
            "stop": 821777754
        },
        {
            "start": 821777760,
            "stop": 821777764
        },
        {
            "start": 821777770,
            "stop": 821777771
        },
        {
            "start": 821777777,
            "stop": 821777781
        },
        {
            "start": 821777784,
            "stop": 821777789
        },
        {
            "start": 821777792,
            "stop": 821777796
        },
        {
            "start": 821777802,
            "stop": 821777803
        },
        {
            "start": 821777807,
            "stop": 821777810
        },
        {
            "start": 821777818,
            "stop": 821777826
        }
    ]
}