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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=358",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 359,
    "results": [
        {
            "start": 821470723,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821471515
        },
        {
            "start": 821471522,
            "stop": 821471580
        },
        {
            "start": 821471583,
            "stop": 821471596
        },
        {
            "start": 821471599,
            "stop": 821471616
        },
        {
            "start": 821471619,
            "stop": 821471624
        },
        {
            "start": 821471627,
            "stop": 821471642
        },
        {
            "start": 821471645,
            "stop": 821471691
        },
        {
            "start": 821471694,
            "stop": 821471714
        },
        {
            "start": 821471719,
            "stop": 821471856
        },
        {
            "start": 821471859,
            "stop": 821471875
        },
        {
            "start": 821471878,
            "stop": 821471925
        },
        {
            "start": 821471942,
            "stop": 821471966
        },
        {
            "start": 821471974,
            "stop": 821471984
        },
        {
            "start": 821471987,
            "stop": 821472128
        },
        {
            "start": 821472131,
            "stop": 821472134
        },
        {
            "start": 821472137,
            "stop": 821472266
        },
        {
            "start": 821472273,
            "stop": 821472481
        },
        {
            "start": 821472488,
            "stop": 821472841
        },
        {
            "start": 821472848,
            "stop": 821472926
        }
    ]
}